public class ValuesSchemaProperty extends Object
| Constructor and Description |
|---|
ValuesSchemaProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Set<String> |
getEnumValues() |
Integer |
getMaximum() |
Integer |
getMinimum() |
String |
getPattern() |
Map<String,ValuesSchemaProperty> |
getProperties() |
Set<String> |
getRequired() |
String |
getType() |
void |
setDescription(String description) |
void |
setEnumValues(Set<String> enumValues) |
void |
setMaximum(Integer maximum) |
void |
setMinimum(Integer minimum) |
void |
setPattern(String pattern) |
void |
setProperties(Map<String,ValuesSchemaProperty> properties) |
void |
setRequired(Set<String> required) |
void |
setType(String type) |
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public Integer getMaximum()
public void setMaximum(Integer maximum)
public Integer getMinimum()
public void setMinimum(Integer minimum)
public String getPattern()
public void setPattern(String pattern)
public Map<String,ValuesSchemaProperty> getProperties()
public void setProperties(Map<String,ValuesSchemaProperty> properties)
Copyright © 2018–2023 Red Hat. All rights reserved.