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