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