@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageSyntheticsBrowserHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BROWSER_CHECK_CALLS_COUNT |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageSyntheticsBrowserHour() |
| Modifier and Type | Method and Description |
|---|---|
UsageSyntheticsBrowserHour |
browserCheckCallsCount(Long browserCheckCallsCount) |
boolean |
equals(Object o)
Return true if this UsageSyntheticsBrowserHour object is equal to o.
|
Long |
getBrowserCheckCallsCount()
Contains the number of Synthetics Browser tests run.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageSyntheticsBrowserHour |
hour(OffsetDateTime hour) |
UsageSyntheticsBrowserHour |
orgName(String orgName) |
UsageSyntheticsBrowserHour |
publicId(String publicId) |
void |
setBrowserCheckCallsCount(Long browserCheckCallsCount) |
void |
setHour(OffsetDateTime hour) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BROWSER_CHECK_CALLS_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 UsageSyntheticsBrowserHour browserCheckCallsCount(Long browserCheckCallsCount)
@Nullable public Long getBrowserCheckCallsCount()
public void setBrowserCheckCallsCount(Long browserCheckCallsCount)
public UsageSyntheticsBrowserHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageSyntheticsBrowserHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageSyntheticsBrowserHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.