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