@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageAnalyzedLogsHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANALYZED_LOGS |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageAnalyzedLogsHour() |
| Modifier and Type | Method and Description |
|---|---|
UsageAnalyzedLogsHour |
analyzedLogs(Long analyzedLogs) |
boolean |
equals(Object o)
Return true if this UsageAnalyzedLogsHour 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.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getAnalyzedLogs_JsonNullable() |
Long |
getAnalyzedLogs()
Contains the number of analyzed logs.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageAnalyzedLogsHour |
hour(OffsetDateTime hour) |
UsageAnalyzedLogsHour |
orgName(String orgName) |
UsageAnalyzedLogsHour |
publicId(String publicId) |
UsageAnalyzedLogsHour |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAnalyzedLogs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> analyzedLogs) |
void |
setAnalyzedLogs(Long analyzedLogs) |
void |
setHour(OffsetDateTime hour) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ANALYZED_LOGS
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public UsageAnalyzedLogsHour analyzedLogs(Long analyzedLogs)
@Nullable public Long getAnalyzedLogs()
public org.openapitools.jackson.nullable.JsonNullable<Long> getAnalyzedLogs_JsonNullable()
public void setAnalyzedLogs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> analyzedLogs)
public void setAnalyzedLogs(Long analyzedLogs)
public UsageAnalyzedLogsHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageAnalyzedLogsHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageAnalyzedLogsHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageAnalyzedLogsHour 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.