@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HostListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOST_LIST |
static String |
JSON_PROPERTY_TOTAL_MATCHING |
static String |
JSON_PROPERTY_TOTAL_RETURNED |
boolean |
unparsed |
| Constructor and Description |
|---|
HostListResponse() |
| Modifier and Type | Method and Description |
|---|---|
HostListResponse |
addHostListItem(Host hostListItem) |
boolean |
equals(Object o)
Return true if this HostListResponse 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<Host> |
getHostList()
Array of hosts.
|
Long |
getTotalMatching()
Number of host matching the query.
|
Long |
getTotalReturned()
Number of host returned.
|
int |
hashCode() |
HostListResponse |
hostList(List<Host> hostList) |
HostListResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHostList(List<Host> hostList) |
void |
setTotalMatching(Long totalMatching) |
void |
setTotalReturned(Long totalReturned) |
String |
toString() |
HostListResponse |
totalMatching(Long totalMatching) |
HostListResponse |
totalReturned(Long totalReturned) |
public boolean unparsed
public static final String JSON_PROPERTY_HOST_LIST
public static final String JSON_PROPERTY_TOTAL_MATCHING
public static final String JSON_PROPERTY_TOTAL_RETURNED
public HostListResponse hostList(List<Host> hostList)
public HostListResponse addHostListItem(Host hostListItem)
public HostListResponse totalMatching(Long totalMatching)
@Nullable public Long getTotalMatching()
public void setTotalMatching(Long totalMatching)
public HostListResponse totalReturned(Long totalReturned)
@Nullable public Long getTotalReturned()
public void setTotalReturned(Long totalReturned)
public HostListResponse 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.