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