public class GetBaselineKeyPathResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyData |
static class |
GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyDataRuns |
static class |
GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyDataTopics |
| 限定符和类型 | 字段和说明 |
|---|---|
List<GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyData> |
data |
String |
errorCode |
String |
errorMessage |
Integer |
httpStatusCode |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
GetBaselineKeyPathResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetBaselineKeyPathResponseBody |
build(Map<String,?> map) |
List<GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyData> |
getData() |
String |
getErrorCode() |
String |
getErrorMessage() |
Integer |
getHttpStatusCode() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetBaselineKeyPathResponseBody |
setData(List<GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyData> data) |
GetBaselineKeyPathResponseBody |
setErrorCode(String errorCode) |
GetBaselineKeyPathResponseBody |
setErrorMessage(String errorMessage) |
GetBaselineKeyPathResponseBody |
setHttpStatusCode(Integer httpStatusCode) |
GetBaselineKeyPathResponseBody |
setRequestId(String requestId) |
GetBaselineKeyPathResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Data") public List<GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyData> data
@NameInMap(value="ErrorCode") public String errorCode
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="HttpStatusCode") public Integer httpStatusCode
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static GetBaselineKeyPathResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetBaselineKeyPathResponseBody setData(List<GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyData> data)
public List<GetBaselineKeyPathResponseBody.GetBaselineKeyPathResponseBodyData> getData()
public GetBaselineKeyPathResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetBaselineKeyPathResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetBaselineKeyPathResponseBody setHttpStatusCode(Integer httpStatusCode)
public Integer getHttpStatusCode()
public GetBaselineKeyPathResponseBody setRequestId(String requestId)
public String getRequestId()
public GetBaselineKeyPathResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2021. All rights reserved.