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