@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsDailyLimitReset extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RESET_TIME |
static String |
JSON_PROPERTY_RESET_UTC_OFFSET |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsDailyLimitReset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsDailyLimitReset 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.
|
String |
getResetTime()
String in
HH:00 format representing the time of day the daily limit should be
reset. |
String |
getResetUtcOffset()
String in
(-|+)HH:00 format representing the UTC offset to apply to the given
reset time. |
int |
hashCode() |
LogsDailyLimitReset |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LogsDailyLimitReset |
resetTime(String resetTime) |
LogsDailyLimitReset |
resetUtcOffset(String resetUtcOffset) |
void |
setResetTime(String resetTime) |
void |
setResetUtcOffset(String resetUtcOffset) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_RESET_TIME
public static final String JSON_PROPERTY_RESET_UTC_OFFSET
public LogsDailyLimitReset resetTime(String resetTime)
@Nullable public String getResetTime()
HH:00 format representing the time of day the daily limit should be
reset. The hours must be between 00 and 23 (inclusive).public void setResetTime(String resetTime)
public LogsDailyLimitReset resetUtcOffset(String resetUtcOffset)
@Nullable public String getResetUtcOffset()
(-|+)HH:00 format representing the UTC offset to apply to the given
reset time. The hours must be between -12 and +14 (inclusive).public void setResetUtcOffset(String resetUtcOffset)
public LogsDailyLimitReset 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.