@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OutcomesBatchResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_REMARKS |
static String |
JSON_PROPERTY_SERVICE_NAME |
static String |
JSON_PROPERTY_STATE |
boolean |
unparsed |
| Constructor and Description |
|---|
OutcomesBatchResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
OutcomesBatchResponseAttributes |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o)
Return true if this OutcomesBatchResponseAttributes 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.
|
OffsetDateTime |
getCreatedAt()
Creation time of the rule outcome.
|
OffsetDateTime |
getModifiedAt()
Time of last rule outcome modification.
|
String |
getRemarks()
Any remarks regarding the scorecard rule's evaluation, and supports HTML hyperlinks.
|
String |
getServiceName()
The unique name for a service in the catalog.
|
State |
getState()
The state of the rule evaluation.
|
int |
hashCode() |
OutcomesBatchResponseAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
OutcomesBatchResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OutcomesBatchResponseAttributes |
remarks(String remarks) |
OutcomesBatchResponseAttributes |
serviceName(String serviceName) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setRemarks(String remarks) |
void |
setServiceName(String serviceName) |
void |
setState(State state) |
OutcomesBatchResponseAttributes |
state(State state) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_REMARKS
public static final String JSON_PROPERTY_SERVICE_NAME
public static final String JSON_PROPERTY_STATE
public OutcomesBatchResponseAttributes createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public OutcomesBatchResponseAttributes modifiedAt(OffsetDateTime modifiedAt)
@Nullable public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public OutcomesBatchResponseAttributes remarks(String remarks)
@Nullable public String getRemarks()
public void setRemarks(String remarks)
public OutcomesBatchResponseAttributes serviceName(String serviceName)
@Nullable public String getServiceName()
public void setServiceName(String serviceName)
public OutcomesBatchResponseAttributes state(State state)
@Nullable public State getState()
public void setState(State state)
public OutcomesBatchResponseAttributes 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.