@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomDestinationForwardDestinationSplunk extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCESS_TOKEN |
static String |
JSON_PROPERTY_ENDPOINT |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomDestinationForwardDestinationSplunk() |
CustomDestinationForwardDestinationSplunk(String accessToken,
String endpoint,
CustomDestinationForwardDestinationSplunkType type) |
| Modifier and Type | Method and Description |
|---|---|
CustomDestinationForwardDestinationSplunk |
accessToken(String accessToken) |
CustomDestinationForwardDestinationSplunk |
endpoint(String endpoint) |
boolean |
equals(Object o)
Return true if this CustomDestinationForwardDestinationSplunk object is equal to o.
|
String |
getAccessToken()
Access token of the Splunk HTTP Event Collector.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEndpoint()
The destination for which logs will be forwarded to.
|
CustomDestinationForwardDestinationSplunkType |
getType()
Type of the Splunk HTTP Event Collector (HEC) destination.
|
int |
hashCode() |
CustomDestinationForwardDestinationSplunk |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAccessToken(String accessToken) |
void |
setEndpoint(String endpoint) |
void |
setType(CustomDestinationForwardDestinationSplunkType type) |
String |
toString() |
CustomDestinationForwardDestinationSplunk |
type(CustomDestinationForwardDestinationSplunkType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ACCESS_TOKEN
public static final String JSON_PROPERTY_ENDPOINT
public static final String JSON_PROPERTY_TYPE
public CustomDestinationForwardDestinationSplunk()
public CustomDestinationForwardDestinationSplunk(String accessToken, String endpoint, CustomDestinationForwardDestinationSplunkType type)
public CustomDestinationForwardDestinationSplunk accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public CustomDestinationForwardDestinationSplunk endpoint(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public CustomDestinationForwardDestinationSplunk type(CustomDestinationForwardDestinationSplunkType type)
public CustomDestinationForwardDestinationSplunkType getType()
public void setType(CustomDestinationForwardDestinationSplunkType type)
public CustomDestinationForwardDestinationSplunk 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.