@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IPAllowlistEntryAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CIDR_BLOCK |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NOTE |
boolean |
unparsed |
| Constructor and Description |
|---|
IPAllowlistEntryAttributes() |
| Modifier and Type | Method and Description |
|---|---|
IPAllowlistEntryAttributes |
cidrBlock(String cidrBlock) |
boolean |
equals(Object o)
Return true if this IPAllowlistEntryAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCidrBlock()
The CIDR block describing the IP range of the entry.
|
OffsetDateTime |
getCreatedAt()
Creation time of the entry.
|
OffsetDateTime |
getModifiedAt()
Time of last entry modification.
|
String |
getNote()
A note describing the IP allowlist entry.
|
int |
hashCode() |
IPAllowlistEntryAttributes |
note(String note) |
IPAllowlistEntryAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCidrBlock(String cidrBlock) |
void |
setNote(String note) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CIDR_BLOCK
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NOTE
public IPAllowlistEntryAttributes cidrBlock(String cidrBlock)
@Nullable public String getCidrBlock()
public void setCidrBlock(String cidrBlock)
@Nullable public OffsetDateTime getCreatedAt()
@Nullable public OffsetDateTime getModifiedAt()
public IPAllowlistEntryAttributes note(String note)
@Nullable public String getNote()
public void setNote(String note)
public IPAllowlistEntryAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.