@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageIncidentManagementHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_MONTHLY_ACTIVE_USERS |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageIncidentManagementHour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageIncidentManagementHour 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.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getMonthlyActiveUsers_JsonNullable() |
Long |
getMonthlyActiveUsers()
Contains the total number monthly active users from the start of the given hour's month until
the given hour.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageIncidentManagementHour |
hour(OffsetDateTime hour) |
UsageIncidentManagementHour |
monthlyActiveUsers(Long monthlyActiveUsers) |
UsageIncidentManagementHour |
orgName(String orgName) |
UsageIncidentManagementHour |
publicId(String publicId) |
UsageIncidentManagementHour |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHour(OffsetDateTime hour) |
void |
setMonthlyActiveUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> monthlyActiveUsers) |
void |
setMonthlyActiveUsers(Long monthlyActiveUsers) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_MONTHLY_ACTIVE_USERS
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public UsageIncidentManagementHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageIncidentManagementHour monthlyActiveUsers(Long monthlyActiveUsers)
@Nullable public Long getMonthlyActiveUsers()
public org.openapitools.jackson.nullable.JsonNullable<Long> getMonthlyActiveUsers_JsonNullable()
public void setMonthlyActiveUsers_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> monthlyActiveUsers)
public void setMonthlyActiveUsers(Long monthlyActiveUsers)
public UsageIncidentManagementHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageIncidentManagementHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageIncidentManagementHour 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.