@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReportScheduleIndexTemplateVariable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVAILABLE_VALUES |
static String |
JSON_PROPERTY_DEFAULTS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PREFIX |
boolean |
unparsed |
| Constructor and Description |
|---|
ReportScheduleIndexTemplateVariable() |
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleIndexTemplateVariable |
addAvailableValuesItem(String availableValuesItem) |
ReportScheduleIndexTemplateVariable |
addDefaultsItem(String defaultsItem) |
ReportScheduleIndexTemplateVariable |
availableValues(List<String> availableValues) |
ReportScheduleIndexTemplateVariable |
defaults(List<String> defaults) |
boolean |
equals(Object o)
Return true if this ReportScheduleIndexTemplateVariable 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.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getAvailableValues_JsonNullable() |
List<String> |
getAvailableValues()
Available values for the template variable.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getDefaults_JsonNullable() |
List<String> |
getDefaults()
Default values for the template variable.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getName_JsonNullable() |
String |
getName()
The template variable name.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPrefix_JsonNullable() |
String |
getPrefix()
The tag prefix for the template variable, when available.
|
int |
hashCode() |
ReportScheduleIndexTemplateVariable |
name(String name) |
ReportScheduleIndexTemplateVariable |
prefix(String prefix) |
ReportScheduleIndexTemplateVariable |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvailableValues_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> availableValues) |
void |
setAvailableValues(List<String> availableValues) |
void |
setDefaults_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> defaults) |
void |
setDefaults(List<String> defaults) |
void |
setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) |
void |
setName(String name) |
void |
setPrefix_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> prefix) |
void |
setPrefix(String prefix) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AVAILABLE_VALUES
public static final String JSON_PROPERTY_DEFAULTS
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PREFIX
public ReportScheduleIndexTemplateVariable availableValues(List<String> availableValues)
public ReportScheduleIndexTemplateVariable addAvailableValuesItem(String availableValuesItem)
@Nullable public List<String> getAvailableValues()
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getAvailableValues_JsonNullable()
public void setAvailableValues_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> availableValues)
public ReportScheduleIndexTemplateVariable defaults(List<String> defaults)
public ReportScheduleIndexTemplateVariable addDefaultsItem(String defaultsItem)
@Nullable public List<String> getDefaults()
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getDefaults_JsonNullable()
public void setDefaults_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> defaults)
public ReportScheduleIndexTemplateVariable name(String name)
@Nullable public String getName()
public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
public void setName(String name)
public ReportScheduleIndexTemplateVariable prefix(String prefix)
@Nullable public String getPrefix()
public org.openapitools.jackson.nullable.JsonNullable<String> getPrefix_JsonNullable()
public void setPrefix_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> prefix)
public void setPrefix(String prefix)
public ReportScheduleIndexTemplateVariable 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 © 2026. All rights reserved.