@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IPPrefixesAgents extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PREFIXES_IPV4 |
static String |
JSON_PROPERTY_PREFIXES_IPV6 |
boolean |
unparsed |
| Constructor and Description |
|---|
IPPrefixesAgents() |
| Modifier and Type | Method and Description |
|---|---|
IPPrefixesAgents |
addPrefixesIpv4Item(String prefixesIpv4Item) |
IPPrefixesAgents |
addPrefixesIpv6Item(String prefixesIpv6Item) |
boolean |
equals(Object o)
Return true if this IPPrefixesAgents 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.
|
List<String> |
getPrefixesIpv4()
List of IPv4 prefixes.
|
List<String> |
getPrefixesIpv6()
List of IPv6 prefixes.
|
int |
hashCode() |
IPPrefixesAgents |
prefixesIpv4(List<String> prefixesIpv4) |
IPPrefixesAgents |
prefixesIpv6(List<String> prefixesIpv6) |
IPPrefixesAgents |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setPrefixesIpv4(List<String> prefixesIpv4) |
void |
setPrefixesIpv6(List<String> prefixesIpv6) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_PREFIXES_IPV4
public static final String JSON_PROPERTY_PREFIXES_IPV6
public IPPrefixesAgents prefixesIpv4(List<String> prefixesIpv4)
public IPPrefixesAgents addPrefixesIpv4Item(String prefixesIpv4Item)
@Nullable public List<String> getPrefixesIpv4()
public IPPrefixesAgents prefixesIpv6(List<String> prefixesIpv6)
public IPPrefixesAgents addPrefixesIpv6Item(String prefixesIpv6Item)
@Nullable public List<String> getPrefixesIpv6()
public IPPrefixesAgents 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.