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