@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) |
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> |
getApmScannedBytes_JsonNullable() |
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.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getEventsScannedBytes_JsonNullable() |
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.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getLogsScannedBytes_JsonNullable() |
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.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getRumScannedBytes_JsonNullable() |
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.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getTotalScannedBytes_JsonNullable() |
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 |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
UsageSDSHour |
rumScannedBytes(Long rumScannedBytes) |
void |
setApmScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> apmScannedBytes) |
void |
setApmScannedBytes(Long apmScannedBytes) |
void |
setEventsScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> eventsScannedBytes) |
void |
setEventsScannedBytes(Long eventsScannedBytes) |
void |
setHour(OffsetDateTime hour) |
void |
setLogsScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsScannedBytes) |
void |
setLogsScannedBytes(Long logsScannedBytes) |
void |
setOrgName(String orgName) |
void |
setPublicId(String publicId) |
void |
setRumScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> rumScannedBytes) |
void |
setRumScannedBytes(Long rumScannedBytes) |
void |
setTotalScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> totalScannedBytes) |
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 org.openapitools.jackson.nullable.JsonNullable<Long> getApmScannedBytes_JsonNullable()
public void setApmScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> apmScannedBytes)
public void setApmScannedBytes(Long apmScannedBytes)
public UsageSDSHour eventsScannedBytes(Long eventsScannedBytes)
@Nullable public Long getEventsScannedBytes()
public org.openapitools.jackson.nullable.JsonNullable<Long> getEventsScannedBytes_JsonNullable()
public void setEventsScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> eventsScannedBytes)
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 org.openapitools.jackson.nullable.JsonNullable<Long> getLogsScannedBytes_JsonNullable()
public void setLogsScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> logsScannedBytes)
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 org.openapitools.jackson.nullable.JsonNullable<Long> getRumScannedBytes_JsonNullable()
public void setRumScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> rumScannedBytes)
public void setRumScannedBytes(Long rumScannedBytes)
public UsageSDSHour totalScannedBytes(Long totalScannedBytes)
@Nullable public Long getTotalScannedBytes()
public org.openapitools.jackson.nullable.JsonNullable<Long> getTotalScannedBytes_JsonNullable()
public void setTotalScannedBytes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> totalScannedBytes)
public void setTotalScannedBytes(Long totalScannedBytes)
public UsageSDSHour 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.