public class GetMetaTableThemeLevelResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetMetaTableThemeLevelResponseBody.GetMetaTableThemeLevelResponseBodyEntity |
entity |
String |
errorCode |
String |
errorMessage |
Integer |
httpStatusCode |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
GetMetaTableThemeLevelResponseBody() |
@NameInMap(value="Entity") public GetMetaTableThemeLevelResponseBody.GetMetaTableThemeLevelResponseBodyEntity entity
@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 GetMetaTableThemeLevelResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableThemeLevelResponseBody setEntity(GetMetaTableThemeLevelResponseBody.GetMetaTableThemeLevelResponseBodyEntity entity)
public GetMetaTableThemeLevelResponseBody.GetMetaTableThemeLevelResponseBodyEntity getEntity()
public GetMetaTableThemeLevelResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetMetaTableThemeLevelResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetMetaTableThemeLevelResponseBody setHttpStatusCode(Integer httpStatusCode)
public Integer getHttpStatusCode()
public GetMetaTableThemeLevelResponseBody setRequestId(String requestId)
public String getRequestId()
public GetMetaTableThemeLevelResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2021. All rights reserved.