public class QueryThingModelExtendConfigPublishedResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryThingModelExtendConfigPublishedResponseBody.QueryThingModelExtendConfigPublishedResponseBodyData |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code |
QueryThingModelExtendConfigPublishedResponseBody.QueryThingModelExtendConfigPublishedResponseBodyData |
data |
String |
errorMessage |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
QueryThingModelExtendConfigPublishedResponseBody() |
@NameInMap(value="Code") public String code
@NameInMap(value="Data") public QueryThingModelExtendConfigPublishedResponseBody.QueryThingModelExtendConfigPublishedResponseBodyData data
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public QueryThingModelExtendConfigPublishedResponseBody()
public static QueryThingModelExtendConfigPublishedResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic QueryThingModelExtendConfigPublishedResponseBody setCode(String code)
public String getCode()
public QueryThingModelExtendConfigPublishedResponseBody setData(QueryThingModelExtendConfigPublishedResponseBody.QueryThingModelExtendConfigPublishedResponseBodyData data)
public QueryThingModelExtendConfigPublishedResponseBody.QueryThingModelExtendConfigPublishedResponseBodyData getData()
public QueryThingModelExtendConfigPublishedResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public QueryThingModelExtendConfigPublishedResponseBody setRequestId(String requestId)
public String getRequestId()
public QueryThingModelExtendConfigPublishedResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2023. All rights reserved.