@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IPRanges extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGENTS |
static String |
JSON_PROPERTY_API |
static String |
JSON_PROPERTY_APM |
static String |
JSON_PROPERTY_GLOBAL |
static String |
JSON_PROPERTY_LOGS |
static String |
JSON_PROPERTY_MODIFIED |
static String |
JSON_PROPERTY_ORCHESTRATOR |
static String |
JSON_PROPERTY_PROCESS |
static String |
JSON_PROPERTY_REMOTE_CONFIGURATION |
static String |
JSON_PROPERTY_SYNTHETICS |
static String |
JSON_PROPERTY_SYNTHETICS_PRIVATE_LOCATIONS |
static String |
JSON_PROPERTY_VERSION |
static String |
JSON_PROPERTY_WEBHOOKS |
boolean |
unparsed |
| Constructor and Description |
|---|
IPRanges() |
| Modifier and Type | Method and Description |
|---|---|
IPRanges |
agents(IPPrefixesAgents agents) |
IPRanges |
api(IPPrefixesAPI api) |
IPRanges |
apm(IPPrefixesAPM apm) |
boolean |
equals(Object o)
Return true if this IPRanges 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.
|
IPPrefixesAgents |
getAgents()
Available prefix information for the Agent endpoints.
|
IPPrefixesAPI |
getApi()
Available prefix information for the API endpoints.
|
IPPrefixesAPM |
getApm()
Available prefix information for the APM endpoints.
|
IPPrefixesGlobal |
getGlobal()
Available prefix information for all Datadog endpoints.
|
IPPrefixesLogs |
getLogs()
Available prefix information for the Logs endpoints.
|
String |
getModified()
Date when last updated, in the form
YYYY-MM-DD-hh-mm-ss. |
IPPrefixesOrchestrator |
getOrchestrator()
Available prefix information for the Orchestrator endpoints.
|
IPPrefixesProcess |
getProcess()
Available prefix information for the Process endpoints.
|
IPPrefixesRemoteConfiguration |
getRemoteConfiguration()
Available prefix information for the Remote Configuration endpoints.
|
IPPrefixesSynthetics |
getSynthetics()
Available prefix information for the Synthetics endpoints.
|
IPPrefixesSyntheticsPrivateLocations |
getSyntheticsPrivateLocations()
Available prefix information for the Synthetics Private Locations endpoints.
|
Long |
getVersion()
Version of the IP list.
|
IPPrefixesWebhooks |
getWebhooks()
Available prefix information for the Webhook endpoints.
|
IPRanges |
global(IPPrefixesGlobal global) |
int |
hashCode() |
IPRanges |
logs(IPPrefixesLogs logs) |
IPRanges |
modified(String modified) |
IPRanges |
orchestrator(IPPrefixesOrchestrator orchestrator) |
IPRanges |
process(IPPrefixesProcess process) |
IPRanges |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IPRanges |
remoteConfiguration(IPPrefixesRemoteConfiguration remoteConfiguration) |
void |
setAgents(IPPrefixesAgents agents) |
void |
setApi(IPPrefixesAPI api) |
void |
setApm(IPPrefixesAPM apm) |
void |
setGlobal(IPPrefixesGlobal global) |
void |
setLogs(IPPrefixesLogs logs) |
void |
setModified(String modified) |
void |
setOrchestrator(IPPrefixesOrchestrator orchestrator) |
void |
setProcess(IPPrefixesProcess process) |
void |
setRemoteConfiguration(IPPrefixesRemoteConfiguration remoteConfiguration) |
void |
setSynthetics(IPPrefixesSynthetics synthetics) |
void |
setSyntheticsPrivateLocations(IPPrefixesSyntheticsPrivateLocations syntheticsPrivateLocations) |
void |
setVersion(Long version) |
void |
setWebhooks(IPPrefixesWebhooks webhooks) |
IPRanges |
synthetics(IPPrefixesSynthetics synthetics) |
IPRanges |
syntheticsPrivateLocations(IPPrefixesSyntheticsPrivateLocations syntheticsPrivateLocations) |
String |
toString() |
IPRanges |
version(Long version) |
IPRanges |
webhooks(IPPrefixesWebhooks webhooks) |
public boolean unparsed
public static final String JSON_PROPERTY_AGENTS
public static final String JSON_PROPERTY_API
public static final String JSON_PROPERTY_APM
public static final String JSON_PROPERTY_GLOBAL
public static final String JSON_PROPERTY_LOGS
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_ORCHESTRATOR
public static final String JSON_PROPERTY_PROCESS
public static final String JSON_PROPERTY_REMOTE_CONFIGURATION
public static final String JSON_PROPERTY_SYNTHETICS
public static final String JSON_PROPERTY_SYNTHETICS_PRIVATE_LOCATIONS
public static final String JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_WEBHOOKS
public IPRanges agents(IPPrefixesAgents agents)
@Nullable public IPPrefixesAgents getAgents()
public void setAgents(IPPrefixesAgents agents)
public IPRanges api(IPPrefixesAPI api)
@Nullable public IPPrefixesAPI getApi()
public void setApi(IPPrefixesAPI api)
public IPRanges apm(IPPrefixesAPM apm)
@Nullable public IPPrefixesAPM getApm()
public void setApm(IPPrefixesAPM apm)
public IPRanges global(IPPrefixesGlobal global)
@Nullable public IPPrefixesGlobal getGlobal()
public void setGlobal(IPPrefixesGlobal global)
public IPRanges logs(IPPrefixesLogs logs)
@Nullable public IPPrefixesLogs getLogs()
public void setLogs(IPPrefixesLogs logs)
@Nullable public String getModified()
YYYY-MM-DD-hh-mm-ss.public void setModified(String modified)
public IPRanges orchestrator(IPPrefixesOrchestrator orchestrator)
@Nullable public IPPrefixesOrchestrator getOrchestrator()
public void setOrchestrator(IPPrefixesOrchestrator orchestrator)
public IPRanges process(IPPrefixesProcess process)
@Nullable public IPPrefixesProcess getProcess()
public void setProcess(IPPrefixesProcess process)
public IPRanges remoteConfiguration(IPPrefixesRemoteConfiguration remoteConfiguration)
@Nullable public IPPrefixesRemoteConfiguration getRemoteConfiguration()
public void setRemoteConfiguration(IPPrefixesRemoteConfiguration remoteConfiguration)
public IPRanges synthetics(IPPrefixesSynthetics synthetics)
@Nullable public IPPrefixesSynthetics getSynthetics()
public void setSynthetics(IPPrefixesSynthetics synthetics)
public IPRanges syntheticsPrivateLocations(IPPrefixesSyntheticsPrivateLocations syntheticsPrivateLocations)
@Nullable public IPPrefixesSyntheticsPrivateLocations getSyntheticsPrivateLocations()
public void setSyntheticsPrivateLocations(IPPrefixesSyntheticsPrivateLocations syntheticsPrivateLocations)
@Nullable public Long getVersion()
public void setVersion(Long version)
public IPRanges webhooks(IPPrefixesWebhooks webhooks)
@Nullable public IPPrefixesWebhooks getWebhooks()
public void setWebhooks(IPPrefixesWebhooks webhooks)
public IPRanges 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.