@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipSettingsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTO_TAG |
static String |
JSON_PROPERTY_CONFIDENCE_LEVEL |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipSettingsAttributes() |
OwnershipSettingsAttributes(Boolean autoTag,
OwnershipConfidenceLevel confidenceLevel,
Long version) |
| Modifier and Type | Method and Description |
|---|---|
OwnershipSettingsAttributes |
autoTag(Boolean autoTag) |
OwnershipSettingsAttributes |
confidenceLevel(OwnershipConfidenceLevel confidenceLevel) |
boolean |
equals(Object o)
Return true if this OwnershipSettingsAttributes 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 |
getAutoTag()
Whether automatic ownership tagging is enabled.
|
OwnershipConfidenceLevel |
getConfidenceLevel()
The ownership confidence level.
|
Long |
getVersion()
The current version of the ownership settings.
|
int |
hashCode() |
OwnershipSettingsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAutoTag(Boolean autoTag) |
void |
setConfidenceLevel(OwnershipConfidenceLevel confidenceLevel) |
void |
setVersion(Long version) |
String |
toString() |
OwnershipSettingsAttributes |
version(Long version) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTO_TAG
public static final String JSON_PROPERTY_CONFIDENCE_LEVEL
public static final String JSON_PROPERTY_VERSION
public OwnershipSettingsAttributes()
public OwnershipSettingsAttributes(Boolean autoTag, OwnershipConfidenceLevel confidenceLevel, Long version)
public OwnershipSettingsAttributes autoTag(Boolean autoTag)
public Boolean getAutoTag()
public void setAutoTag(Boolean autoTag)
public OwnershipSettingsAttributes confidenceLevel(OwnershipConfidenceLevel confidenceLevel)
public OwnershipConfidenceLevel getConfidenceLevel()
public void setConfidenceLevel(OwnershipConfidenceLevel confidenceLevel)
public OwnershipSettingsAttributes version(Long version)
public Long getVersion()
public void setVersion(Long version)
public OwnershipSettingsAttributes 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.