@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UsageSDSHour extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APM_SCANNED_BYTES |
static String |
JSON_PROPERTY_EVENTS_SCANNED_BYTES |
static String |
JSON_PROPERTY_HOUR |
static String |
JSON_PROPERTY_LOGS_SCANNED_BYTES |
static String |
JSON_PROPERTY_ORG_NAME |
static String |
JSON_PROPERTY_PUBLIC_ID |
static String |
JSON_PROPERTY_RUM_SCANNED_BYTES |
static String |
JSON_PROPERTY_TOTAL_SCANNED_BYTES |
boolean |
unparsed |
| Constructor and Description |
|---|
UsageSDSHour() |
| Modifier and Type | Method and Description |
|---|---|
UsageSDSHour |
apmScannedBytes(Long apmScannedBytes) |
boolean |
equals(Object o)
Return true if this UsageSDSHour object is equal to o.
|
UsageSDSHour |
eventsScannedBytes(Long eventsScannedBytes) |
Long |
getApmScannedBytes()
The total number of bytes scanned of APM usage across all usage types by the Sensitive Data
Scanner from the start of the given hour’s month until the given hour.
|
Long |
getEventsScannedBytes()
The total number of bytes scanned of Events usage across all usage types by the Sensitive Data
Scanner from the start of the given hour’s month until the given hour.
|
OffsetDateTime |
getHour()
The hour for the usage.
|
Long |
getLogsScannedBytes()
The total number of bytes scanned of logs usage by the Sensitive Data Scanner from the start of
the given hour’s month until the given hour.
|
String |
getOrgName()
The organization name.
|
String |
getPublicId()
The organization public ID.
|
Long |
getRumScannedBytes()
The total number of bytes scanned of RUM usage across all usage types by the Sensitive Data
Scanner from the start of the given hour’s month until the given hour.
|
Long |
getTotalScannedBytes()
The total number of bytes scanned across all usage types by the Sensitive Data Scanner from the
start of the given hour’s month until the given hour.
|
int |
hashCode() |
UsageSDSHour |
hour(OffsetDateTime hour) |
UsageSDSHour |
logsScannedBytes(Long logsScannedBytes) |
UsageSDSHour |
orgName(String orgName) |
UsageSDSHour |
publicId(String publicId) |
UsageSDSHour |
rumScannedBytes(Long rumScannedBytes) |
void |
setApmScannedBytes(Long apmScannedBytes) |
void |
setEventsScannedBytes(Long eventsScannedBytes) |
void |
setHour(OffsetDateTime hour) |
void |
setLogsScannedBytes(Long logsScannedBytes) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
void |
setRumScannedBytes(Long rumScannedBytes) |
void |
setTotalScannedBytes(Long totalScannedBytes) |
String |
toString() |
UsageSDSHour |
totalScannedBytes(Long totalScannedBytes) |
public boolean unparsed
public static final String JSON_PROPERTY_APM_SCANNED_BYTES
public static final String JSON_PROPERTY_EVENTS_SCANNED_BYTES
public static final String JSON_PROPERTY_HOUR
public static final String JSON_PROPERTY_LOGS_SCANNED_BYTES
public static final String JSON_PROPERTY_ORG_NAME
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_RUM_SCANNED_BYTES
public static final String JSON_PROPERTY_TOTAL_SCANNED_BYTES
public UsageSDSHour apmScannedBytes(Long apmScannedBytes)
@Nullable public Long getApmScannedBytes()
public void setApmScannedBytes(Long apmScannedBytes)
public UsageSDSHour eventsScannedBytes(Long eventsScannedBytes)
@Nullable public Long getEventsScannedBytes()
public void setEventsScannedBytes(Long eventsScannedBytes)
public UsageSDSHour hour(OffsetDateTime hour)
@Nullable public OffsetDateTime getHour()
public void setHour(OffsetDateTime hour)
public UsageSDSHour logsScannedBytes(Long logsScannedBytes)
@Nullable public Long getLogsScannedBytes()
public void setLogsScannedBytes(Long logsScannedBytes)
public UsageSDSHour orgName(String orgName)
@Nullable public String getOrgName()
public void setOrgName(String orgName)
public UsageSDSHour publicId(String publicId)
@Nullable public String getPublicId()
public void setPublicId(String publicId)
public UsageSDSHour rumScannedBytes(Long rumScannedBytes)
@Nullable public Long getRumScannedBytes()
public void setRumScannedBytes(Long rumScannedBytes)
public UsageSDSHour totalScannedBytes(Long totalScannedBytes)
@Nullable public Long getTotalScannedBytes()
public void setTotalScannedBytes(Long totalScannedBytes)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.