@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipHistoryItem 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_FAILED_AT |
static String |
JSON_PROPERTY_FAILURE_REASON |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_OWNER_TYPE |
static String |
JSON_PROPERTY_PRIMARY_CONTACT_REF |
static String |
JSON_PROPERTY_RESOURCE_ID |
static String |
JSON_PROPERTY_RETRY_SCHEDULE |
static String |
JSON_PROPERTY_SOURCES |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipHistoryItem() |
OwnershipHistoryItem(String checksum,
String confidence,
OffsetDateTime createdAt,
List<Map<String,Object>> evidenceVersions,
String explanation,
Long id,
OwnershipOwnerType ownerType,
String resourceId,
List<Map<String,Object>> sources,
OwnershipInferenceStatus status) |
| Modifier and Type | Method and Description |
|---|---|
OwnershipHistoryItem |
addEvidenceVersionsItem(Map<String,Object> evidenceVersionsItem) |
OwnershipHistoryItem |
addSourcesItem(Map<String,Object> sourcesItem) |
OwnershipHistoryItem |
checksum(String checksum) |
OwnershipHistoryItem |
confidence(String confidence) |
OwnershipHistoryItem |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this OwnershipHistoryItem object is equal to o.
|
OwnershipHistoryItem |
evidenceVersions(List<Map<String,Object>> evidenceVersions) |
OwnershipHistoryItem |
explanation(String explanation) |
OwnershipHistoryItem |
failedAt(OffsetDateTime failedAt) |
OwnershipHistoryItem |
failureReason(String failureReason) |
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 identifying the state of the inference at this point in time.
|
String |
getConfidence()
The confidence score of the inference, expressed as a numeric string with up to four decimal
places.
|
OffsetDateTime |
getCreatedAt()
The time this history entry 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.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getFailedAt_JsonNullable() |
OffsetDateTime |
getFailedAt()
The time when this inference failed, if applicable.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getFailureReason_JsonNullable() |
String |
getFailureReason()
The reason why this inference failed, if applicable.
|
Long |
getId()
The unique identifier of the history entry.
|
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>. |
String |
getResourceId()
The identifier of the resource that the inference applies to.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getRetrySchedule_JsonNullable() |
OffsetDateTime |
getRetrySchedule()
The scheduled retry time for a failed inference, if applicable.
|
List<Map<String,Object>> |
getSources()
The list of sources backing an ownership inference.
|
OwnershipInferenceStatus |
getStatus()
The lifecycle status of an ownership inference.
|
int |
hashCode() |
OwnershipHistoryItem |
id(Long id) |
OwnershipHistoryItem |
ownerType(OwnershipOwnerType ownerType) |
OwnershipHistoryItem |
primaryContactRef(String primaryContactRef) |
OwnershipHistoryItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OwnershipHistoryItem |
resourceId(String resourceId) |
OwnershipHistoryItem |
retrySchedule(OffsetDateTime retrySchedule) |
void |
setChecksum(String checksum) |
void |
setConfidence(String confidence) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setEvidenceVersions(List<Map<String,Object>> evidenceVersions) |
void |
setExplanation(String explanation) |
void |
setFailedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> failedAt) |
void |
setFailedAt(OffsetDateTime failedAt) |
void |
setFailureReason_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failureReason) |
void |
setFailureReason(String failureReason) |
void |
setId(Long id) |
void |
setOwnerType(OwnershipOwnerType ownerType) |
void |
setPrimaryContactRef_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> primaryContactRef) |
void |
setPrimaryContactRef(String primaryContactRef) |
void |
setResourceId(String resourceId) |
void |
setRetrySchedule_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> retrySchedule) |
void |
setRetrySchedule(OffsetDateTime retrySchedule) |
void |
setSources(List<Map<String,Object>> sources) |
void |
setStatus(OwnershipInferenceStatus status) |
OwnershipHistoryItem |
sources(List<Map<String,Object>> sources) |
OwnershipHistoryItem |
status(OwnershipInferenceStatus status) |
String |
toString() |
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_FAILED_AT
public static final String JSON_PROPERTY_FAILURE_REASON
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_OWNER_TYPE
public static final String JSON_PROPERTY_PRIMARY_CONTACT_REF
public static final String JSON_PROPERTY_RESOURCE_ID
public static final String JSON_PROPERTY_RETRY_SCHEDULE
public static final String JSON_PROPERTY_SOURCES
public static final String JSON_PROPERTY_STATUS
public OwnershipHistoryItem checksum(String checksum)
public String getChecksum()
public void setChecksum(String checksum)
public OwnershipHistoryItem confidence(String confidence)
public String getConfidence()
public void setConfidence(String confidence)
public OwnershipHistoryItem createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public OwnershipHistoryItem evidenceVersions(List<Map<String,Object>> evidenceVersions)
public OwnershipHistoryItem addEvidenceVersionsItem(Map<String,Object> evidenceVersionsItem)
@Nullable public List<Map<String,Object>> getEvidenceVersions()
public OwnershipHistoryItem explanation(String explanation)
public String getExplanation()
public void setExplanation(String explanation)
public OwnershipHistoryItem failedAt(OffsetDateTime failedAt)
@Nullable public OffsetDateTime getFailedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getFailedAt_JsonNullable()
public void setFailedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> failedAt)
public void setFailedAt(OffsetDateTime failedAt)
public OwnershipHistoryItem failureReason(String failureReason)
@Nullable public String getFailureReason()
public org.openapitools.jackson.nullable.JsonNullable<String> getFailureReason_JsonNullable()
public void setFailureReason_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failureReason)
public void setFailureReason(String failureReason)
public OwnershipHistoryItem id(Long id)
public Long getId()
public void setId(Long id)
public OwnershipHistoryItem ownerType(OwnershipOwnerType ownerType)
public OwnershipOwnerType getOwnerType()
public void setOwnerType(OwnershipOwnerType ownerType)
public OwnershipHistoryItem 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 OwnershipHistoryItem resourceId(String resourceId)
public String getResourceId()
public void setResourceId(String resourceId)
public OwnershipHistoryItem retrySchedule(OffsetDateTime retrySchedule)
@Nullable public OffsetDateTime getRetrySchedule()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getRetrySchedule_JsonNullable()
public void setRetrySchedule_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> retrySchedule)
public void setRetrySchedule(OffsetDateTime retrySchedule)
public OwnershipHistoryItem sources(List<Map<String,Object>> sources)
public OwnershipHistoryItem addSourcesItem(Map<String,Object> sourcesItem)
public List<Map<String,Object>> getSources()
public OwnershipHistoryItem status(OwnershipInferenceStatus status)
public OwnershipInferenceStatus getStatus()
public void setStatus(OwnershipInferenceStatus status)
public OwnershipHistoryItem 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.