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