@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipFeedbackRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTION |
static String |
JSON_PROPERTY_ACTOR_HANDLE |
static String |
JSON_PROPERTY_ACTOR_TYPE |
static String |
JSON_PROPERTY_CORRECTED_OWNER_HANDLE |
static String |
JSON_PROPERTY_CORRECTED_OWNER_TYPE |
static String |
JSON_PROPERTY_INFERENCE_CHECKSUM |
static String |
JSON_PROPERTY_REASON |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipFeedbackRequestAttributes() |
OwnershipFeedbackRequestAttributes(OwnershipFeedbackAction action,
String actorHandle,
String actorType,
String inferenceChecksum) |
| Modifier and Type | Method and Description |
|---|---|
OwnershipFeedbackRequestAttributes |
action(OwnershipFeedbackAction action) |
OwnershipFeedbackRequestAttributes |
actorHandle(String actorHandle) |
OwnershipFeedbackRequestAttributes |
actorType(String actorType) |
OwnershipFeedbackRequestAttributes |
correctedOwnerHandle(String correctedOwnerHandle) |
OwnershipFeedbackRequestAttributes |
correctedOwnerType(String correctedOwnerType) |
boolean |
equals(Object o)
Return true if this OwnershipFeedbackRequestAttributes object is equal to o.
|
OwnershipFeedbackAction |
getAction()
The feedback action to apply to an inference.
|
String |
getActorHandle()
The handle of the actor submitting the feedback.
|
String |
getActorType()
The type of actor submitting the feedback, for example
user or service
. |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCorrectedOwnerHandle_JsonNullable() |
String |
getCorrectedOwnerHandle()
The corrected owner handle.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCorrectedOwnerType_JsonNullable() |
String |
getCorrectedOwnerType()
The corrected owner type.
|
String |
getInferenceChecksum()
The checksum of the inference being acted upon.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getReason_JsonNullable() |
String |
getReason()
An optional free-form reason explaining the feedback.
|
int |
hashCode() |
OwnershipFeedbackRequestAttributes |
inferenceChecksum(String inferenceChecksum) |
OwnershipFeedbackRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OwnershipFeedbackRequestAttributes |
reason(String reason) |
void |
setAction(OwnershipFeedbackAction action) |
void |
setActorHandle(String actorHandle) |
void |
setActorType(String actorType) |
void |
setCorrectedOwnerHandle_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> correctedOwnerHandle) |
void |
setCorrectedOwnerHandle(String correctedOwnerHandle) |
void |
setCorrectedOwnerType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> correctedOwnerType) |
void |
setCorrectedOwnerType(String correctedOwnerType) |
void |
setInferenceChecksum(String inferenceChecksum) |
void |
setReason_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> reason) |
void |
setReason(String reason) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACTION
public static final String JSON_PROPERTY_ACTOR_HANDLE
public static final String JSON_PROPERTY_ACTOR_TYPE
public static final String JSON_PROPERTY_CORRECTED_OWNER_HANDLE
public static final String JSON_PROPERTY_CORRECTED_OWNER_TYPE
public static final String JSON_PROPERTY_INFERENCE_CHECKSUM
public static final String JSON_PROPERTY_REASON
public OwnershipFeedbackRequestAttributes()
public OwnershipFeedbackRequestAttributes(OwnershipFeedbackAction action, String actorHandle, String actorType, String inferenceChecksum)
public OwnershipFeedbackRequestAttributes action(OwnershipFeedbackAction action)
public OwnershipFeedbackAction getAction()
public void setAction(OwnershipFeedbackAction action)
public OwnershipFeedbackRequestAttributes actorHandle(String actorHandle)
public String getActorHandle()
public void setActorHandle(String actorHandle)
public OwnershipFeedbackRequestAttributes actorType(String actorType)
public String getActorType()
user or service
.public void setActorType(String actorType)
public OwnershipFeedbackRequestAttributes correctedOwnerHandle(String correctedOwnerHandle)
@Nullable public String getCorrectedOwnerHandle()
action is correct.public org.openapitools.jackson.nullable.JsonNullable<String> getCorrectedOwnerHandle_JsonNullable()
public void setCorrectedOwnerHandle_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> correctedOwnerHandle)
public void setCorrectedOwnerHandle(String correctedOwnerHandle)
public OwnershipFeedbackRequestAttributes correctedOwnerType(String correctedOwnerType)
@Nullable public String getCorrectedOwnerType()
action is correct.public org.openapitools.jackson.nullable.JsonNullable<String> getCorrectedOwnerType_JsonNullable()
public void setCorrectedOwnerType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> correctedOwnerType)
public void setCorrectedOwnerType(String correctedOwnerType)
public OwnershipFeedbackRequestAttributes inferenceChecksum(String inferenceChecksum)
public String getInferenceChecksum()
public void setInferenceChecksum(String inferenceChecksum)
public OwnershipFeedbackRequestAttributes reason(String reason)
@Nullable public String getReason()
public org.openapitools.jackson.nullable.JsonNullable<String> getReason_JsonNullable()
public void setReason_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> reason)
public void setReason(String reason)
public OwnershipFeedbackRequestAttributes 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.