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