@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OutputSchemaParameters extends Object
OutputSchemaParameters object.| Modifier and Type | Field and Description |
|---|---|
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 |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
OutputSchemaParameters() |
OutputSchemaParameters(String name,
OutputSchemaParametersType type) |
| Modifier and Type | Method and Description |
|---|---|
OutputSchemaParameters |
defaultValue(Object defaultValue) |
OutputSchemaParameters |
description(String description) |
boolean |
equals(Object o)
Return true if this OutputSchemaParameters 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 |
getDefaultValue()
The
OutputSchemaParameters defaultValue. |
String |
getDescription()
The
OutputSchemaParameters description. |
String |
getLabel()
The
OutputSchemaParameters label. |
String |
getName()
The
OutputSchemaParameters name. |
OutputSchemaParametersType |
getType()
The definition of
OutputSchemaParametersType object. |
Object |
getValue()
The
OutputSchemaParameters value. |
int |
hashCode() |
OutputSchemaParameters |
label(String label) |
OutputSchemaParameters |
name(String name) |
OutputSchemaParameters |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDefaultValue(Object defaultValue) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(OutputSchemaParametersType type) |
void |
setValue(Object value) |
String |
toString() |
OutputSchemaParameters |
type(OutputSchemaParametersType type) |
OutputSchemaParameters |
value(Object value) |
public boolean unparsed
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 static final String JSON_PROPERTY_VALUE
public OutputSchemaParameters()
public OutputSchemaParameters(String name, OutputSchemaParametersType type)
public OutputSchemaParameters defaultValue(Object defaultValue)
@Nullable public Object getDefaultValue()
OutputSchemaParameters defaultValue.public void setDefaultValue(Object defaultValue)
public OutputSchemaParameters description(String description)
@Nullable public String getDescription()
OutputSchemaParameters description.public void setDescription(String description)
public OutputSchemaParameters label(String label)
@Nullable public String getLabel()
OutputSchemaParameters label.public void setLabel(String label)
public OutputSchemaParameters name(String name)
public String getName()
OutputSchemaParameters name.public void setName(String name)
public OutputSchemaParameters type(OutputSchemaParametersType type)
public OutputSchemaParametersType getType()
OutputSchemaParametersType object.public void setType(OutputSchemaParametersType type)
public OutputSchemaParameters value(Object value)
@Nullable public Object getValue()
OutputSchemaParameters value.public void setValue(Object value)
public OutputSchemaParameters 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 © 2025. All rights reserved.