@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FreshserviceAPIKey extends Object
FreshserviceAPIKey object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_API_KEY |
static String |
JSON_PROPERTY_DOMAIN |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
FreshserviceAPIKey() |
FreshserviceAPIKey(String apiKey,
String domain,
FreshserviceAPIKeyType type) |
| Modifier and Type | Method and Description |
|---|---|
FreshserviceAPIKey |
apiKey(String apiKey) |
FreshserviceAPIKey |
domain(String domain) |
boolean |
equals(Object o)
Return true if this FreshserviceAPIKey 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 |
getApiKey()
The
FreshserviceAPIKey api_key. |
String |
getDomain()
The
FreshserviceAPIKey domain. |
FreshserviceAPIKeyType |
getType()
The definition of the
FreshserviceAPIKey object. |
int |
hashCode() |
FreshserviceAPIKey |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApiKey(String apiKey) |
void |
setDomain(String domain) |
void |
setType(FreshserviceAPIKeyType type) |
String |
toString() |
FreshserviceAPIKey |
type(FreshserviceAPIKeyType type) |
public boolean unparsed
public static final String JSON_PROPERTY_API_KEY
public static final String JSON_PROPERTY_DOMAIN
public static final String JSON_PROPERTY_TYPE
public FreshserviceAPIKey()
public FreshserviceAPIKey(String apiKey, String domain, FreshserviceAPIKeyType type)
public FreshserviceAPIKey apiKey(String apiKey)
public String getApiKey()
FreshserviceAPIKey api_key.public void setApiKey(String apiKey)
public FreshserviceAPIKey domain(String domain)
public String getDomain()
FreshserviceAPIKey domain.public void setDomain(String domain)
public FreshserviceAPIKey type(FreshserviceAPIKeyType type)
public FreshserviceAPIKeyType getType()
FreshserviceAPIKey object.public void setType(FreshserviceAPIKeyType type)
public FreshserviceAPIKey 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 © 2025. All rights reserved.