@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OutcomesBatchRequestItem extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_REMARKS |
static String |
JSON_PROPERTY_RULE_ID |
static String |
JSON_PROPERTY_SERVICE_NAME |
static String |
JSON_PROPERTY_STATE |
boolean |
unparsed |
| Constructor and Description |
|---|
OutcomesBatchRequestItem() |
OutcomesBatchRequestItem(String ruleId,
String serviceName,
State state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this OutcomesBatchRequestItem 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 |
getRemarks()
Any remarks regarding the scorecard rule's evaluation, and supports HTML hyperlinks.
|
String |
getRuleId()
The unique ID for a scorecard rule.
|
String |
getServiceName()
The unique name for a service in the catalog.
|
State |
getState()
The state of the rule evaluation.
|
int |
hashCode() |
OutcomesBatchRequestItem |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OutcomesBatchRequestItem |
remarks(String remarks) |
OutcomesBatchRequestItem |
ruleId(String ruleId) |
OutcomesBatchRequestItem |
serviceName(String serviceName) |
void |
setRemarks(String remarks) |
void |
setRuleId(String ruleId) |
void |
setServiceName(String serviceName) |
void |
setState(State state) |
OutcomesBatchRequestItem |
state(State state) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_REMARKS
public static final String JSON_PROPERTY_RULE_ID
public static final String JSON_PROPERTY_SERVICE_NAME
public static final String JSON_PROPERTY_STATE
public OutcomesBatchRequestItem remarks(String remarks)
@Nullable public String getRemarks()
public void setRemarks(String remarks)
public OutcomesBatchRequestItem ruleId(String ruleId)
public String getRuleId()
public void setRuleId(String ruleId)
public OutcomesBatchRequestItem serviceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
public OutcomesBatchRequestItem state(State state)
public State getState()
public void setState(State state)
public OutcomesBatchRequestItem 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 © 2024. All rights reserved.