public static class GetAclResponseBody.GetAclResponseBodyAclEntries
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
entry
An IP address entry (192.168.XX.XX) or a CIDR block entry (10.0.XX.XX/24).
|
String |
entryDescription
The description of the ACL entry.
|
构造器和说明 |
---|
GetAclResponseBodyAclEntries() |
限定符和类型 | 方法和说明 |
---|---|
static GetAclResponseBody.GetAclResponseBodyAclEntries |
build(Map<String,?> map) |
String |
getEntry() |
String |
getEntryDescription() |
GetAclResponseBody.GetAclResponseBodyAclEntries |
setEntry(String entry) |
GetAclResponseBody.GetAclResponseBodyAclEntries |
setEntryDescription(String entryDescription) |
@NameInMap(value="Entry") public String entry
An IP address entry (192.168.XX.XX) or a CIDR block entry (10.0.XX.XX/24).
@NameInMap(value="EntryDescription") public String entryDescription
The description of the ACL entry.
public static GetAclResponseBody.GetAclResponseBodyAclEntries build(Map<String,?> map) throws Exception
Exception
public GetAclResponseBody.GetAclResponseBodyAclEntries setEntry(String entry)
public String getEntry()
public GetAclResponseBody.GetAclResponseBodyAclEntries setEntryDescription(String entryDescription)
public String getEntryDescription()
Copyright © 2024. All rights reserved.