@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipInferenceAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CHECKSUM |
static String |
JSON_PROPERTY_CONFIDENCE |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_EVIDENCE_VERSIONS |
static String |
JSON_PROPERTY_EXPLANATION |
static String |
JSON_PROPERTY_OWNER_TYPE |
static String |
JSON_PROPERTY_PRIMARY_CONTACT_REF |
static String |
JSON_PROPERTY_SOURCES |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipInferenceAttributes() |
OwnershipInferenceAttributes(String checksum,
String confidence,
OffsetDateTime createdAt,
List<Map<String,Object>> evidenceVersions,
String explanation,
OwnershipOwnerType ownerType,
List<Map<String,Object>> sources,
OwnershipInferenceStatus status,
OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
OwnershipInferenceAttributes |
addEvidenceVersionsItem(Map<String,Object> evidenceVersionsItem) |
OwnershipInferenceAttributes |
addSourcesItem(Map<String,Object> sourcesItem) |
OwnershipInferenceAttributes |
checksum(String checksum) |
OwnershipInferenceAttributes |
confidence(String confidence) |
OwnershipInferenceAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this OwnershipInferenceAttributes object is equal to o.
|
OwnershipInferenceAttributes |
evidenceVersions(List<Map<String,Object>> evidenceVersions) |
OwnershipInferenceAttributes |
explanation(String explanation) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getChecksum()
A checksum that uniquely identifies the current state of the inference.
|
String |
getConfidence()
The confidence score of the inference, expressed as a numeric string with up to four decimal
places.
|
OffsetDateTime |
getCreatedAt()
The time when the inference was created.
|
List<Map<String,Object>> |
getEvidenceVersions()
The list of evidence versions associated with an inference.
|
String |
getExplanation()
A human-readable explanation of how the inference was produced.
|
OwnershipOwnerType |
getOwnerType()
The owner type for an ownership inference.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPrimaryContactRef_JsonNullable() |
String |
getPrimaryContactRef()
The primary contact reference for the inferred owner, formatted as
ref:handle/<owner_handle>. |
List<Map<String,Object>> |
getSources()
The list of sources backing an ownership inference.
|
OwnershipInferenceStatus |
getStatus()
The lifecycle status of an ownership inference.
|
OffsetDateTime |
getUpdatedAt()
The time when the inference was last updated.
|
int |
hashCode() |
OwnershipInferenceAttributes |
ownerType(OwnershipOwnerType ownerType) |
OwnershipInferenceAttributes |
primaryContactRef(String primaryContactRef) |
OwnershipInferenceAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setChecksum(String checksum) |
void |
setConfidence(String confidence) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setEvidenceVersions(List<Map<String,Object>> evidenceVersions) |
void |
setExplanation(String explanation) |
void |
setOwnerType(OwnershipOwnerType ownerType) |
void |
setPrimaryContactRef_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> primaryContactRef) |
void |
setPrimaryContactRef(String primaryContactRef) |
void |
setSources(List<Map<String,Object>> sources) |
void |
setStatus(OwnershipInferenceStatus status) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
OwnershipInferenceAttributes |
sources(List<Map<String,Object>> sources) |
OwnershipInferenceAttributes |
status(OwnershipInferenceStatus status) |
String |
toString() |
OwnershipInferenceAttributes |
updatedAt(OffsetDateTime updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_CHECKSUM
public static final String JSON_PROPERTY_CONFIDENCE
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_EVIDENCE_VERSIONS
public static final String JSON_PROPERTY_EXPLANATION
public static final String JSON_PROPERTY_OWNER_TYPE
public static final String JSON_PROPERTY_PRIMARY_CONTACT_REF
public static final String JSON_PROPERTY_SOURCES
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_UPDATED_AT
public OwnershipInferenceAttributes()
public OwnershipInferenceAttributes(String checksum, String confidence, OffsetDateTime createdAt, List<Map<String,Object>> evidenceVersions, String explanation, OwnershipOwnerType ownerType, List<Map<String,Object>> sources, OwnershipInferenceStatus status, OffsetDateTime updatedAt)
public OwnershipInferenceAttributes checksum(String checksum)
public String getChecksum()
public void setChecksum(String checksum)
public OwnershipInferenceAttributes confidence(String confidence)
public String getConfidence()
public void setConfidence(String confidence)
public OwnershipInferenceAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public OwnershipInferenceAttributes evidenceVersions(List<Map<String,Object>> evidenceVersions)
public OwnershipInferenceAttributes addEvidenceVersionsItem(Map<String,Object> evidenceVersionsItem)
@Nullable public List<Map<String,Object>> getEvidenceVersions()
public OwnershipInferenceAttributes explanation(String explanation)
public String getExplanation()
public void setExplanation(String explanation)
public OwnershipInferenceAttributes ownerType(OwnershipOwnerType ownerType)
public OwnershipOwnerType getOwnerType()
public void setOwnerType(OwnershipOwnerType ownerType)
public OwnershipInferenceAttributes primaryContactRef(String primaryContactRef)
@Nullable public String getPrimaryContactRef()
ref:handle/<owner_handle>.public org.openapitools.jackson.nullable.JsonNullable<String> getPrimaryContactRef_JsonNullable()
public void setPrimaryContactRef_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> primaryContactRef)
public void setPrimaryContactRef(String primaryContactRef)
public OwnershipInferenceAttributes sources(List<Map<String,Object>> sources)
public OwnershipInferenceAttributes addSourcesItem(Map<String,Object> sourcesItem)
public List<Map<String,Object>> getSources()
public OwnershipInferenceAttributes status(OwnershipInferenceStatus status)
public OwnershipInferenceStatus getStatus()
public void setStatus(OwnershipInferenceStatus status)
public OwnershipInferenceAttributes updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public OwnershipInferenceAttributes 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.