All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
IPPrefixesSynthetics |
addPrefixesIpv4Item(String prefixesIpv4Item) |
IPPrefixesSynthetics |
addPrefixesIpv6Item(String prefixesIpv6Item) |
boolean |
equals(Object o)
Return true if this IPPrefixesSynthetics 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.
|
Map<String,List<String>> |
getPrefixesIpv4ByLocation()
List of IPv4 prefixes by location.
|
List<String> |
getPrefixesIpv6()
List of IPv6 prefixes.
|
Map<String,List<String>> |
getPrefixesIpv6ByLocation()
List of IPv6 prefixes by location.
|
int |
hashCode() |
IPPrefixesSynthetics |
prefixesIpv4(List<String> prefixesIpv4) |
IPPrefixesSynthetics |
prefixesIpv4ByLocation(Map<String,List<String>> prefixesIpv4ByLocation) |
IPPrefixesSynthetics |
prefixesIpv6(List<String> prefixesIpv6) |
IPPrefixesSynthetics |
prefixesIpv6ByLocation(Map<String,List<String>> prefixesIpv6ByLocation) |
IPPrefixesSynthetics |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IPPrefixesSynthetics |
putPrefixesIpv4ByLocationItem(String key,
List<String> prefixesIpv4ByLocationItem) |
IPPrefixesSynthetics |
putPrefixesIpv6ByLocationItem(String key,
List<String> prefixesIpv6ByLocationItem) |
void |
setPrefixesIpv4(List<String> prefixesIpv4) |
void |
setPrefixesIpv4ByLocation(Map<String,List<String>> prefixesIpv4ByLocation) |
void |
setPrefixesIpv6(List<String> prefixesIpv6) |
void |
setPrefixesIpv6ByLocation(Map<String,List<String>> prefixesIpv6ByLocation) |
String |
toString() |