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