@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ServiceListDataAttributesMetadataItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_TRACED |
static String |
JSON_PROPERTY_IS_USM |
boolean |
unparsed |
| Constructor and Description |
|---|
ServiceListDataAttributesMetadataItems() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ServiceListDataAttributesMetadataItems 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.
|
Boolean |
getIsTraced()
Indicates whether the service is traced by APM.
|
Boolean |
getIsUsm()
Indicates whether the service uses Universal Service Monitoring.
|
int |
hashCode() |
ServiceListDataAttributesMetadataItems |
isTraced(Boolean isTraced) |
ServiceListDataAttributesMetadataItems |
isUsm(Boolean isUsm) |
ServiceListDataAttributesMetadataItems |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIsTraced(Boolean isTraced) |
void |
setIsUsm(Boolean isUsm) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_IS_TRACED
public static final String JSON_PROPERTY_IS_USM
public ServiceListDataAttributesMetadataItems()
public ServiceListDataAttributesMetadataItems isTraced(Boolean isTraced)
@Nullable public Boolean getIsTraced()
public void setIsTraced(Boolean isTraced)
public ServiceListDataAttributesMetadataItems isUsm(Boolean isUsm)
@Nullable public Boolean getIsUsm()
public void setIsUsm(Boolean isUsm)
public ServiceListDataAttributesMetadataItems 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.