@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UpdateOutcomesAsyncRequestItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENTITY_REFERENCE |
static String |
JSON_PROPERTY_REMARKS |
static String |
JSON_PROPERTY_RULE_ID |
static String |
JSON_PROPERTY_STATE |
boolean |
unparsed |
| Constructor and Description |
|---|
UpdateOutcomesAsyncRequestItem() |
UpdateOutcomesAsyncRequestItem(String entityReference,
String ruleId,
State state) |
| Modifier and Type | Method and Description |
|---|---|
UpdateOutcomesAsyncRequestItem |
entityReference(String entityReference) |
boolean |
equals(Object o)
Return true if this UpdateOutcomesAsyncRequestItem object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEntityReference()
The unique reference for an IDP entity.
|
String |
getRemarks()
Any remarks regarding the scorecard rule's evaluation.
|
String |
getRuleId()
The unique ID for a scorecard rule.
|
State |
getState()
The state of the rule evaluation.
|
int |
hashCode() |
UpdateOutcomesAsyncRequestItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UpdateOutcomesAsyncRequestItem |
remarks(String remarks) |
UpdateOutcomesAsyncRequestItem |
ruleId(String ruleId) |
void |
setEntityReference(String entityReference) |
void |
setRemarks(String remarks) |
void |
setRuleId(String ruleId) |
void |
setState(State state) |
UpdateOutcomesAsyncRequestItem |
state(State state) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENTITY_REFERENCE
public static final String JSON_PROPERTY_REMARKS
public static final String JSON_PROPERTY_RULE_ID
public static final String JSON_PROPERTY_STATE
public UpdateOutcomesAsyncRequestItem entityReference(String entityReference)
public String getEntityReference()
public void setEntityReference(String entityReference)
public UpdateOutcomesAsyncRequestItem remarks(String remarks)
@Nullable public String getRemarks()
public void setRemarks(String remarks)
public UpdateOutcomesAsyncRequestItem ruleId(String ruleId)
public String getRuleId()
public void setRuleId(String ruleId)
public UpdateOutcomesAsyncRequestItem state(State state)
public State getState()
public void setState(State state)
public UpdateOutcomesAsyncRequestItem 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 © 2025. All rights reserved.