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