@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipEvidenceAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVIDENCE_VERSIONS |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipEvidenceAttributes() |
OwnershipEvidenceAttributes(List<Map<String,Object>> evidenceVersions) |
| Modifier and Type | Method and Description |
|---|---|
OwnershipEvidenceAttributes |
addEvidenceVersionsItem(Map<String,Object> evidenceVersionsItem) |
boolean |
equals(Object o)
Return true if this OwnershipEvidenceAttributes object is equal to o.
|
OwnershipEvidenceAttributes |
evidenceVersions(List<Map<String,Object>> evidenceVersions) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<Map<String,Object>> |
getEvidenceVersions()
The list of evidence versions associated with an inference.
|
int |
hashCode() |
OwnershipEvidenceAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEvidenceVersions(List<Map<String,Object>> evidenceVersions) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EVIDENCE_VERSIONS
public OwnershipEvidenceAttributes evidenceVersions(List<Map<String,Object>> evidenceVersions)
public OwnershipEvidenceAttributes addEvidenceVersionsItem(Map<String,Object> evidenceVersionsItem)
@Nullable public List<Map<String,Object>> getEvidenceVersions()
public OwnershipEvidenceAttributes 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.