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