@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageProfilingHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG_CONTAINER_AGENT_COUNT |
static String |
JSON_PROPERTY_HOST_COUNT |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageProfilingHour() |
| Modifier and Type | Method and Description |
|---|---|
UsageProfilingHour |
avgContainerAgentCount(Long avgContainerAgentCount) |
boolean |
equals(Object o)
Return true if this UsageProfilingHour object is equal to o.
|
Long |
getAvgContainerAgentCount()
Get average number of container agents for that hour.
|
Long |
getHostCount()
Contains the total number of profiled hosts reporting during a given hour.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageProfilingHour |
hostCount(Long hostCount) |
UsageProfilingHour |
hour(OffsetDateTime hour) |
UsageProfilingHour |
orgName(String orgName) |
UsageProfilingHour |
publicId(String publicId) |
void |
setAvgContainerAgentCount(Long avgContainerAgentCount) |
void |
setHostCount(Long hostCount) |
void |
setHour(OffsetDateTime hour) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AVG_CONTAINER_AGENT_COUNT
public static final String JSON_PROPERTY_HOST_COUNT
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public UsageProfilingHour avgContainerAgentCount(Long avgContainerAgentCount)
@Nullable public Long getAvgContainerAgentCount()
public void setAvgContainerAgentCount(Long avgContainerAgentCount)
public UsageProfilingHour hostCount(Long hostCount)
@Nullable public Long getHostCount()
public void setHostCount(Long hostCount)
public UsageProfilingHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageProfilingHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageProfilingHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.