@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class InputSchemaDataAttributesParametersItemsDataAttributes extends Object
InputSchemaDataAttributesParametersItemsDataAttributes object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEFAULT_VALUE |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ENUM |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
InputSchemaDataAttributesParametersItemsDataAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_DEFAULT_VALUE
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ENUM
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public InputSchemaDataAttributesParametersItemsDataAttributes()
public InputSchemaDataAttributesParametersItemsDataAttributes defaultValue(Object defaultValue)
@Nullable public Object getDefaultValue()
attributes defaultValue.public void setDefaultValue(Object defaultValue)
public InputSchemaDataAttributesParametersItemsDataAttributes description(String description)
@Nullable public String getDescription()
attributes description.public void setDescription(String description)
public InputSchemaDataAttributesParametersItemsDataAttributes _enum(List<String> _enum)
public InputSchemaDataAttributesParametersItemsDataAttributes add_enumItem(String _enumItem)
public InputSchemaDataAttributesParametersItemsDataAttributes label(String label)
@Nullable public String getLabel()
attributes label.public void setLabel(String label)
public InputSchemaDataAttributesParametersItemsDataAttributes name(String name)
@Nullable public String getName()
attributes name.public void setName(String name)
public InputSchemaDataAttributesParametersItemsDataAttributes type(String type)
@Nullable public String getType()
attributes type.public void setType(String type)
public InputSchemaDataAttributesParametersItemsDataAttributes 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.