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