@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class InputSchemaParameters extends Object
InputSchemaParameters object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALLOW_EXTRA_VALUES |
static String |
JSON_PROPERTY_ALLOWED_VALUES |
static String |
JSON_PROPERTY_DEFAULT_VALUE |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
InputSchemaParameters() |
InputSchemaParameters(String name,
InputSchemaParametersType type) |
| Modifier and Type | Method and Description |
|---|---|
InputSchemaParameters |
allowedValues(Object allowedValues) |
InputSchemaParameters |
allowExtraValues(Boolean allowExtraValues) |
InputSchemaParameters |
defaultValue(Object defaultValue) |
InputSchemaParameters |
description(String description) |
boolean |
equals(Object o)
Return true if this InputSchemaParameters 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.
|
Object |
getAllowedValues()
The
InputSchemaParameters allowedValues. |
Boolean |
getAllowExtraValues()
The
InputSchemaParameters allowExtraValues. |
Object |
getDefaultValue()
The
InputSchemaParameters defaultValue. |
String |
getDescription()
The
InputSchemaParameters description. |
String |
getLabel()
The
InputSchemaParameters label. |
String |
getName()
The
InputSchemaParameters name. |
InputSchemaParametersType |
getType()
The definition of
InputSchemaParametersType object. |
int |
hashCode() |
InputSchemaParameters |
label(String label) |
InputSchemaParameters |
name(String name) |
InputSchemaParameters |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAllowedValues(Object allowedValues) |
void |
setAllowExtraValues(Boolean allowExtraValues) |
void |
setDefaultValue(Object defaultValue) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(InputSchemaParametersType type) |
String |
toString() |
InputSchemaParameters |
type(InputSchemaParametersType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOW_EXTRA_VALUES
public static final String JSON_PROPERTY_ALLOWED_VALUES
public static final String JSON_PROPERTY_DEFAULT_VALUE
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public InputSchemaParameters()
public InputSchemaParameters(String name, InputSchemaParametersType type)
public InputSchemaParameters allowExtraValues(Boolean allowExtraValues)
@Nullable public Boolean getAllowExtraValues()
InputSchemaParameters allowExtraValues.public void setAllowExtraValues(Boolean allowExtraValues)
public InputSchemaParameters allowedValues(Object allowedValues)
@Nullable public Object getAllowedValues()
InputSchemaParameters allowedValues.public void setAllowedValues(Object allowedValues)
public InputSchemaParameters defaultValue(Object defaultValue)
@Nullable public Object getDefaultValue()
InputSchemaParameters defaultValue.public void setDefaultValue(Object defaultValue)
public InputSchemaParameters description(String description)
@Nullable public String getDescription()
InputSchemaParameters description.public void setDescription(String description)
public InputSchemaParameters label(String label)
@Nullable public String getLabel()
InputSchemaParameters label.public void setLabel(String label)
public InputSchemaParameters name(String name)
public String getName()
InputSchemaParameters name.public void setName(String name)
public InputSchemaParameters type(InputSchemaParametersType type)
public InputSchemaParametersType getType()
InputSchemaParametersType object.public void setType(InputSchemaParametersType type)
public InputSchemaParameters 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.