@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorGroupSearchResponseCounts extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorGroupSearchResponseCounts() |
public boolean unparsed
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TYPE
public MonitorGroupSearchResponseCounts status(List<MonitorSearchCountItem> status)
public MonitorGroupSearchResponseCounts addStatusItem(MonitorSearchCountItem statusItem)
@Nullable public List<MonitorSearchCountItem> getStatus()
public void setStatus(List<MonitorSearchCountItem> status)
public MonitorGroupSearchResponseCounts type(List<MonitorSearchCountItem> type)
public MonitorGroupSearchResponseCounts addTypeItem(MonitorSearchCountItem typeItem)
@Nullable public List<MonitorSearchCountItem> getType()
public void setType(List<MonitorSearchCountItem> type)
public MonitorGroupSearchResponseCounts 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.