@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppQueryOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TIME_OFFSET |
static String |
JSON_PROPERTY_TIMEZONE |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppQueryOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CIAppQueryOptions 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.
|
Long |
getTimeOffset()
The time offset (in seconds) to apply to the query.
|
String |
getTimezone()
The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone
Database identifier (like America/New_York).
|
int |
hashCode() |
CIAppQueryOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setTimeOffset(Long timeOffset) |
void |
setTimezone(String timezone) |
CIAppQueryOptions |
timeOffset(Long timeOffset) |
CIAppQueryOptions |
timezone(String timezone) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_TIME_OFFSET
public static final String JSON_PROPERTY_TIMEZONE
public CIAppQueryOptions timeOffset(Long timeOffset)
@Nullable public Long getTimeOffset()
public void setTimeOffset(Long timeOffset)
public CIAppQueryOptions timezone(String timezone)
@Nullable public String getTimezone()
public void setTimezone(String timezone)
public CIAppQueryOptions 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.