@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceDefinitionV2Dot1 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION |
static String |
JSON_PROPERTY_CONTACTS |
static String |
JSON_PROPERTY_DD_SERVICE |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_EXTENSIONS |
static String |
JSON_PROPERTY_INTEGRATIONS |
static String |
JSON_PROPERTY_LIFECYCLE |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_SCHEMA_VERSION |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_TEAM |
static String |
JSON_PROPERTY_TIER |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceDefinitionV2Dot1() |
ServiceDefinitionV2Dot1(String ddService,
ServiceDefinitionV2Dot1Version schemaVersion) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION
public static final String JSON_PROPERTY_CONTACTS
public static final String JSON_PROPERTY_DD_SERVICE
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_EXTENSIONS
public static final String JSON_PROPERTY_INTEGRATIONS
public static final String JSON_PROPERTY_LIFECYCLE
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_SCHEMA_VERSION
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_TEAM
public static final String JSON_PROPERTY_TIER
public ServiceDefinitionV2Dot1()
public ServiceDefinitionV2Dot1(String ddService, ServiceDefinitionV2Dot1Version schemaVersion)
public ServiceDefinitionV2Dot1 application(String application)
@Nullable public String getApplication()
public void setApplication(String application)
public ServiceDefinitionV2Dot1 contacts(List<ServiceDefinitionV2Dot1Contact> contacts)
public ServiceDefinitionV2Dot1 addContactsItem(ServiceDefinitionV2Dot1Contact contactsItem)
@Nullable public List<ServiceDefinitionV2Dot1Contact> getContacts()
public void setContacts(List<ServiceDefinitionV2Dot1Contact> contacts)
public ServiceDefinitionV2Dot1 ddService(String ddService)
public String getDdService()
public void setDdService(String ddService)
public ServiceDefinitionV2Dot1 description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public ServiceDefinitionV2Dot1 extensions(Map<String,Object> extensions)
public ServiceDefinitionV2Dot1 putExtensionsItem(String key, Object extensionsItem)
@Nullable public Map<String,Object> getExtensions()
public ServiceDefinitionV2Dot1 integrations(ServiceDefinitionV2Dot1Integrations integrations)
@Nullable public ServiceDefinitionV2Dot1Integrations getIntegrations()
public void setIntegrations(ServiceDefinitionV2Dot1Integrations integrations)
public ServiceDefinitionV2Dot1 lifecycle(String lifecycle)
@Nullable public String getLifecycle()
public void setLifecycle(String lifecycle)
public ServiceDefinitionV2Dot1 links(List<ServiceDefinitionV2Dot1Link> links)
public ServiceDefinitionV2Dot1 addLinksItem(ServiceDefinitionV2Dot1Link linksItem)
@Nullable public List<ServiceDefinitionV2Dot1Link> getLinks()
public void setLinks(List<ServiceDefinitionV2Dot1Link> links)
public ServiceDefinitionV2Dot1 schemaVersion(ServiceDefinitionV2Dot1Version schemaVersion)
public ServiceDefinitionV2Dot1Version getSchemaVersion()
public void setSchemaVersion(ServiceDefinitionV2Dot1Version schemaVersion)
public ServiceDefinitionV2Dot1 tags(List<String> tags)
public ServiceDefinitionV2Dot1 addTagsItem(String tagsItem)
public ServiceDefinitionV2Dot1 team(String team)
@Nullable public String getTeam()
public void setTeam(String team)
public ServiceDefinitionV2Dot1 tier(String tier)
@Nullable public String getTier()
public void setTier(String tier)
public ServiceDefinitionV2Dot1 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.