@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsSuiteSearchResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SUITES |
static String |
JSON_PROPERTY_TOTAL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsSuiteSearchResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsSuiteSearchResponseDataAttributes |
addSuitesItem(SyntheticsSuite suitesItem) |
boolean |
equals(Object o)
Return true if this SyntheticsSuiteSearchResponseDataAttributes 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<SyntheticsSuite> |
getSuites()
List of Synthetic suites matching the search query.
|
Integer |
getTotal()
Total number of Synthetic suites matching the search query.
|
int |
hashCode() |
SyntheticsSuiteSearchResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setSuites(List<SyntheticsSuite> suites) |
void |
setTotal(Integer total) |
SyntheticsSuiteSearchResponseDataAttributes |
suites(List<SyntheticsSuite> suites) |
String |
toString() |
SyntheticsSuiteSearchResponseDataAttributes |
total(Integer total) |
public boolean unparsed
public static final String JSON_PROPERTY_SUITES
public static final String JSON_PROPERTY_TOTAL
public SyntheticsSuiteSearchResponseDataAttributes()
public SyntheticsSuiteSearchResponseDataAttributes suites(List<SyntheticsSuite> suites)
public SyntheticsSuiteSearchResponseDataAttributes addSuitesItem(SyntheticsSuite suitesItem)
@Nullable public List<SyntheticsSuite> getSuites()
public void setSuites(List<SyntheticsSuite> suites)
public SyntheticsSuiteSearchResponseDataAttributes total(Integer total)
@Nullable public Integer getTotal()
public void setTotal(Integer total)
public SyntheticsSuiteSearchResponseDataAttributes 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 © 2026. All rights reserved.