@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageAuditLogsHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_LINES_INDEXED |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageAuditLogsHour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UsageAuditLogsHour object is equal to o.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
Long |
getLinesIndexed()
The total number of audit logs lines indexed during a given hour.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
int |
hashCode() |
UsageAuditLogsHour |
hour(OffsetDateTime hour) |
UsageAuditLogsHour |
linesIndexed(Long linesIndexed) |
UsageAuditLogsHour |
orgName(String orgName) |
UsageAuditLogsHour |
publicId(String publicId) |
void |
setHour(OffsetDateTime hour) |
void |
setLinesIndexed(Long linesIndexed) |
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_LINES_INDEXED
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public UsageAuditLogsHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageAuditLogsHour linesIndexed(Long linesIndexed)
@Nullable public Long getLinesIndexed()
public void setLinesIndexed(Long linesIndexed)
public UsageAuditLogsHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageAuditLogsHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.