public class GetPersonalAuthRuleResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
GetPersonalAuthRuleResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
GetPersonalAuthRuleResponse() |
限定符和类型 | 方法和说明 |
---|---|
static GetPersonalAuthRuleResponse |
build(Map<String,?> map) |
GetPersonalAuthRuleResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetPersonalAuthRuleResponse |
setBody(GetPersonalAuthRuleResponseBody body) |
GetPersonalAuthRuleResponse |
setHeaders(Map<String,String> headers) |
GetPersonalAuthRuleResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetPersonalAuthRuleResponseBody body
public static GetPersonalAuthRuleResponse build(Map<String,?> map) throws Exception
Exception
public GetPersonalAuthRuleResponse setHeaders(Map<String,String> headers)
public GetPersonalAuthRuleResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetPersonalAuthRuleResponse setBody(GetPersonalAuthRuleResponseBody body)
public GetPersonalAuthRuleResponseBody getBody()
Copyright © 2024. All rights reserved.