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