@Deprecated @Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceDefinitionV1 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTACT
Deprecated.
|
static String |
JSON_PROPERTY_EXTENSIONS
Deprecated.
|
static String |
JSON_PROPERTY_EXTERNAL_RESOURCES
Deprecated.
|
static String |
JSON_PROPERTY_INFO
Deprecated.
|
static String |
JSON_PROPERTY_INTEGRATIONS
Deprecated.
|
static String |
JSON_PROPERTY_ORG
Deprecated.
|
static String |
JSON_PROPERTY_SCHEMA_VERSION
Deprecated.
|
static String |
JSON_PROPERTY_TAGS
Deprecated.
|
boolean |
unparsed
Deprecated.
|
| Constructor and Description |
|---|
ServiceDefinitionV1()
Deprecated.
|
ServiceDefinitionV1(ServiceDefinitionV1Info info,
ServiceDefinitionV1Version schemaVersion)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDefinitionV1 |
addExternalResourcesItem(ServiceDefinitionV1Resource externalResourcesItem)
Deprecated.
|
ServiceDefinitionV1 |
addTagsItem(String tagsItem)
Deprecated.
|
ServiceDefinitionV1 |
contact(ServiceDefinitionV1Contact contact)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
Return true if this ServiceDefinitionV1 object is equal to o.
|
ServiceDefinitionV1 |
extensions(Map<String,Object> extensions)
Deprecated.
|
ServiceDefinitionV1 |
externalResources(List<ServiceDefinitionV1Resource> externalResources)
Deprecated.
|
Map<String,Object> |
getAdditionalProperties()
Deprecated.
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Deprecated.
Return the additional (undeclared) property with the specified name.
|
ServiceDefinitionV1Contact |
getContact()
Deprecated.
Contact information about the service.
|
Map<String,Object> |
getExtensions()
Deprecated.
Extensions to V1 schema.
|
List<ServiceDefinitionV1Resource> |
getExternalResources()
Deprecated.
A list of external links related to the services.
|
ServiceDefinitionV1Info |
getInfo()
Deprecated.
Basic information about a service.
|
ServiceDefinitionV1Integrations |
getIntegrations()
Deprecated.
Third party integrations that Datadog supports.
|
ServiceDefinitionV1Org |
getOrg()
Deprecated.
Org related information about the service.
|
ServiceDefinitionV1Version |
getSchemaVersion()
Deprecated.
Schema version being used.
|
List<String> |
getTags()
Deprecated.
A set of custom tags.
|
int |
hashCode()
Deprecated.
|
ServiceDefinitionV1 |
info(ServiceDefinitionV1Info info)
Deprecated.
|
ServiceDefinitionV1 |
integrations(ServiceDefinitionV1Integrations integrations)
Deprecated.
|
ServiceDefinitionV1 |
org(ServiceDefinitionV1Org org)
Deprecated.
|
ServiceDefinitionV1 |
putAdditionalProperty(String key,
Object value)
Deprecated.
Set the additional (undeclared) property with the specified name and value.
|
ServiceDefinitionV1 |
putExtensionsItem(String key,
Object extensionsItem)
Deprecated.
|
ServiceDefinitionV1 |
schemaVersion(ServiceDefinitionV1Version schemaVersion)
Deprecated.
|
void |
setContact(ServiceDefinitionV1Contact contact)
Deprecated.
|
void |
setExtensions(Map<String,Object> extensions)
Deprecated.
|
void |
setExternalResources(List<ServiceDefinitionV1Resource> externalResources)
Deprecated.
|
void |
setInfo(ServiceDefinitionV1Info info)
Deprecated.
|
void |
setIntegrations(ServiceDefinitionV1Integrations integrations)
Deprecated.
|
void |
setOrg(ServiceDefinitionV1Org org)
Deprecated.
|
void |
setSchemaVersion(ServiceDefinitionV1Version schemaVersion)
Deprecated.
|
void |
setTags(List<String> tags)
Deprecated.
|
ServiceDefinitionV1 |
tags(List<String> tags)
Deprecated.
|
String |
toString()
Deprecated.
|
public boolean unparsed
public static final String JSON_PROPERTY_CONTACT
public static final String JSON_PROPERTY_EXTENSIONS
public static final String JSON_PROPERTY_EXTERNAL_RESOURCES
public static final String JSON_PROPERTY_INFO
public static final String JSON_PROPERTY_INTEGRATIONS
public static final String JSON_PROPERTY_ORG
public static final String JSON_PROPERTY_SCHEMA_VERSION
public static final String JSON_PROPERTY_TAGS
public ServiceDefinitionV1()
public ServiceDefinitionV1(ServiceDefinitionV1Info info, ServiceDefinitionV1Version schemaVersion)
public ServiceDefinitionV1 contact(ServiceDefinitionV1Contact contact)
@Nullable public ServiceDefinitionV1Contact getContact()
public void setContact(ServiceDefinitionV1Contact contact)
public ServiceDefinitionV1 extensions(Map<String,Object> extensions)
public ServiceDefinitionV1 putExtensionsItem(String key, Object extensionsItem)
@Nullable public Map<String,Object> getExtensions()
public ServiceDefinitionV1 externalResources(List<ServiceDefinitionV1Resource> externalResources)
public ServiceDefinitionV1 addExternalResourcesItem(ServiceDefinitionV1Resource externalResourcesItem)
@Nullable public List<ServiceDefinitionV1Resource> getExternalResources()
public void setExternalResources(List<ServiceDefinitionV1Resource> externalResources)
public ServiceDefinitionV1 info(ServiceDefinitionV1Info info)
public ServiceDefinitionV1Info getInfo()
public void setInfo(ServiceDefinitionV1Info info)
public ServiceDefinitionV1 integrations(ServiceDefinitionV1Integrations integrations)
@Nullable public ServiceDefinitionV1Integrations getIntegrations()
public void setIntegrations(ServiceDefinitionV1Integrations integrations)
public ServiceDefinitionV1 org(ServiceDefinitionV1Org org)
@Nullable public ServiceDefinitionV1Org getOrg()
public void setOrg(ServiceDefinitionV1Org org)
public ServiceDefinitionV1 schemaVersion(ServiceDefinitionV1Version schemaVersion)
public ServiceDefinitionV1Version getSchemaVersion()
public void setSchemaVersion(ServiceDefinitionV1Version schemaVersion)
public ServiceDefinitionV1 tags(List<String> tags)
public ServiceDefinitionV1 addTagsItem(String tagsItem)
public ServiceDefinitionV1 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.