@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceDefinitionV1Info extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DD_SERVICE |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_SERVICE_TIER |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceDefinitionV1Info() |
ServiceDefinitionV1Info(String ddService) |
| Modifier and Type | Method and Description |
|---|---|
ServiceDefinitionV1Info |
ddService(String ddService) |
ServiceDefinitionV1Info |
description(String description) |
ServiceDefinitionV1Info |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this ServiceDefinitionV1Info 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 |
getDdService()
Unique identifier of the service.
|
String |
getDescription()
A short description of the service.
|
String |
getDisplayName()
A friendly name of the service.
|
String |
getServiceTier()
Service tier.
|
int |
hashCode() |
ServiceDefinitionV1Info |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ServiceDefinitionV1Info |
serviceTier(String serviceTier) |
void |
setDdService(String ddService) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setServiceTier(String serviceTier) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DD_SERVICE
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_SERVICE_TIER
public ServiceDefinitionV1Info()
public ServiceDefinitionV1Info(String ddService)
public ServiceDefinitionV1Info ddService(String ddService)
public String getDdService()
public void setDdService(String ddService)
public ServiceDefinitionV1Info description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public ServiceDefinitionV1Info displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public ServiceDefinitionV1Info serviceTier(String serviceTier)
@Nullable public String getServiceTier()
public void setServiceTier(String serviceTier)
public ServiceDefinitionV1Info 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.