@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceListDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_SERVICES |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceListDataAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_SERVICES
public ServiceListDataAttributes metadata(List<ServiceListDataAttributesMetadataItems> metadata)
public ServiceListDataAttributes addMetadataItem(ServiceListDataAttributesMetadataItems metadataItem)
@Nullable public List<ServiceListDataAttributesMetadataItems> getMetadata()
public void setMetadata(List<ServiceListDataAttributesMetadataItems> metadata)
public ServiceListDataAttributes services(List<String> services)
public ServiceListDataAttributes addServicesItem(String servicesItem)
public ServiceListDataAttributes 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 © 2026. All rights reserved.