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