@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OutcomesBatchResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
OutcomesBatchResponse() |
OutcomesBatchResponse(List<OutcomesResponseDataItem> data,
OutcomesBatchResponseMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
OutcomesBatchResponse |
addDataItem(OutcomesResponseDataItem dataItem) |
OutcomesBatchResponse |
data(List<OutcomesResponseDataItem> data) |
boolean |
equals(Object o)
Return true if this OutcomesBatchResponse 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.
|
List<OutcomesResponseDataItem> |
getData()
List of rule outcomes which were affected during the bulk operation.
|
OutcomesBatchResponseMeta |
getMeta()
Metadata pertaining to the bulk operation.
|
int |
hashCode() |
OutcomesBatchResponse |
meta(OutcomesBatchResponseMeta meta) |
OutcomesBatchResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<OutcomesResponseDataItem> data) |
void |
setMeta(OutcomesBatchResponseMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public OutcomesBatchResponse()
public OutcomesBatchResponse(List<OutcomesResponseDataItem> data, OutcomesBatchResponseMeta meta)
public OutcomesBatchResponse data(List<OutcomesResponseDataItem> data)
public OutcomesBatchResponse addDataItem(OutcomesResponseDataItem dataItem)
public List<OutcomesResponseDataItem> getData()
public void setData(List<OutcomesResponseDataItem> data)
public OutcomesBatchResponse meta(OutcomesBatchResponseMeta meta)
public OutcomesBatchResponseMeta getMeta()
public void setMeta(OutcomesBatchResponseMeta meta)
public OutcomesBatchResponse 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.