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