@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.
|
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.