public class DescribePrefixListAttributesResponse
extends com.aliyuncs.AcsResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribePrefixListAttributesResponse.Entry |
| 构造器和说明 |
|---|
DescribePrefixListAttributesResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddressFamily() |
String |
getCreationTime() |
String |
getDescription() |
List<DescribePrefixListAttributesResponse.Entry> |
getEntries() |
DescribePrefixListAttributesResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getMaxEntries() |
String |
getPrefixListId() |
String |
getPrefixListName() |
String |
getRequestId() |
void |
setAddressFamily(String addressFamily) |
void |
setCreationTime(String creationTime) |
void |
setDescription(String description) |
void |
setEntries(List<DescribePrefixListAttributesResponse.Entry> entries) |
void |
setMaxEntries(Integer maxEntries) |
void |
setPrefixListId(String prefixListId) |
void |
setPrefixListName(String prefixListName) |
void |
setRequestId(String requestId) |
public String getCreationTime()
public void setCreationTime(String creationTime)
public Integer getMaxEntries()
public void setMaxEntries(Integer maxEntries)
public String getRequestId()
public void setRequestId(String requestId)
public String getDescription()
public void setDescription(String description)
public String getAddressFamily()
public void setAddressFamily(String addressFamily)
public String getPrefixListName()
public void setPrefixListName(String prefixListName)
public String getPrefixListId()
public void setPrefixListId(String prefixListId)
public List<DescribePrefixListAttributesResponse.Entry> getEntries()
public void setEntries(List<DescribePrefixListAttributesResponse.Entry> entries)
public DescribePrefixListAttributesResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2022. All Rights Reserved.