@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipFeedbackResultAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTION |
static String |
JSON_PROPERTY_CHECKSUM |
static String |
JSON_PROPERTY_NEW_STATUS |
static String |
JSON_PROPERTY_OWNER_TYPE |
static String |
JSON_PROPERTY_PREVIOUS_STATUS |
static String |
JSON_PROPERTY_PRIMARY_CONTACT_REF |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipFeedbackResultAttributes() |
OwnershipFeedbackResultAttributes(OwnershipFeedbackAction action,
String checksum,
OwnershipInferenceStatus newStatus,
OwnershipOwnerType ownerType,
OwnershipInferenceStatus previousStatus,
OffsetDateTime updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
OwnershipFeedbackResultAttributes |
action(OwnershipFeedbackAction action) |
OwnershipFeedbackResultAttributes |
checksum(String checksum) |
boolean |
equals(Object o)
Return true if this OwnershipFeedbackResultAttributes object is equal to o.
|
OwnershipFeedbackAction |
getAction()
The feedback action to apply to an inference.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getChecksum()
The checksum of the inference after the feedback was applied.
|
OwnershipInferenceStatus |
getNewStatus()
The lifecycle status of an ownership inference.
|
OwnershipOwnerType |
getOwnerType()
The owner type for an ownership inference.
|
OwnershipInferenceStatus |
getPreviousStatus()
The lifecycle status of an ownership inference.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPrimaryContactRef_JsonNullable() |
String |
getPrimaryContactRef()
The primary contact reference for the inferred owner after the feedback was applied, formatted
as
ref:handle/<owner_handle>. |
OffsetDateTime |
getUpdatedAt()
The time when the inference was updated by the feedback.
|
int |
hashCode() |
OwnershipFeedbackResultAttributes |
newStatus(OwnershipInferenceStatus newStatus) |
OwnershipFeedbackResultAttributes |
ownerType(OwnershipOwnerType ownerType) |
OwnershipFeedbackResultAttributes |
previousStatus(OwnershipInferenceStatus previousStatus) |
OwnershipFeedbackResultAttributes |
primaryContactRef(String primaryContactRef) |
OwnershipFeedbackResultAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAction(OwnershipFeedbackAction action) |
void |
setChecksum(String checksum) |
void |
setNewStatus(OwnershipInferenceStatus newStatus) |
void |
setOwnerType(OwnershipOwnerType ownerType) |
void |
setPreviousStatus(OwnershipInferenceStatus previousStatus) |
void |
setPrimaryContactRef_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> primaryContactRef) |
void |
setPrimaryContactRef(String primaryContactRef) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
String |
toString() |
OwnershipFeedbackResultAttributes |
updatedAt(OffsetDateTime updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_ACTION
public static final String JSON_PROPERTY_CHECKSUM
public static final String JSON_PROPERTY_NEW_STATUS
public static final String JSON_PROPERTY_OWNER_TYPE
public static final String JSON_PROPERTY_PREVIOUS_STATUS
public static final String JSON_PROPERTY_PRIMARY_CONTACT_REF
public static final String JSON_PROPERTY_UPDATED_AT
public OwnershipFeedbackResultAttributes()
public OwnershipFeedbackResultAttributes(OwnershipFeedbackAction action, String checksum, OwnershipInferenceStatus newStatus, OwnershipOwnerType ownerType, OwnershipInferenceStatus previousStatus, OffsetDateTime updatedAt)
public OwnershipFeedbackResultAttributes action(OwnershipFeedbackAction action)
public OwnershipFeedbackAction getAction()
public void setAction(OwnershipFeedbackAction action)
public OwnershipFeedbackResultAttributes checksum(String checksum)
public String getChecksum()
public void setChecksum(String checksum)
public OwnershipFeedbackResultAttributes newStatus(OwnershipInferenceStatus newStatus)
public OwnershipInferenceStatus getNewStatus()
public void setNewStatus(OwnershipInferenceStatus newStatus)
public OwnershipFeedbackResultAttributes ownerType(OwnershipOwnerType ownerType)
public OwnershipOwnerType getOwnerType()
public void setOwnerType(OwnershipOwnerType ownerType)
public OwnershipFeedbackResultAttributes previousStatus(OwnershipInferenceStatus previousStatus)
public OwnershipInferenceStatus getPreviousStatus()
public void setPreviousStatus(OwnershipInferenceStatus previousStatus)
public OwnershipFeedbackResultAttributes 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 OwnershipFeedbackResultAttributes updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public OwnershipFeedbackResultAttributes 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.