@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBatchDetailsData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_RESULTS |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsBatchDetailsData() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBatchDetailsData |
addResultsItem(SyntheticsBatchResult resultsItem) |
boolean |
equals(Object o)
Return true if this SyntheticsBatchDetailsData 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.
|
SyntheticsCIBatchMetadata |
getMetadata()
Metadata for the Synthetic tests run.
|
List<SyntheticsBatchResult> |
getResults()
List of results for the batch.
|
SyntheticsStatus |
getStatus()
Determines whether or not the batch has passed, failed, or is in progress.
|
int |
hashCode() |
SyntheticsBatchDetailsData |
metadata(SyntheticsCIBatchMetadata metadata) |
SyntheticsBatchDetailsData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsBatchDetailsData |
results(List<SyntheticsBatchResult> results) |
void |
setMetadata(SyntheticsCIBatchMetadata metadata) |
void |
setResults(List<SyntheticsBatchResult> results) |
void |
setStatus(SyntheticsStatus status) |
SyntheticsBatchDetailsData |
status(SyntheticsStatus status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_RESULTS
public static final String JSON_PROPERTY_STATUS
public SyntheticsBatchDetailsData metadata(SyntheticsCIBatchMetadata metadata)
@Nullable public SyntheticsCIBatchMetadata getMetadata()
public void setMetadata(SyntheticsCIBatchMetadata metadata)
public SyntheticsBatchDetailsData results(List<SyntheticsBatchResult> results)
public SyntheticsBatchDetailsData addResultsItem(SyntheticsBatchResult resultsItem)
@Nullable public List<SyntheticsBatchResult> getResults()
public void setResults(List<SyntheticsBatchResult> results)
public SyntheticsBatchDetailsData status(SyntheticsStatus status)
@Nullable public SyntheticsStatus getStatus()
public void setStatus(SyntheticsStatus status)
public SyntheticsBatchDetailsData 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.