| Constructor and Description |
|---|
ValuesSchema() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValuesSchemaProperty> |
getProperties() |
Set<String> |
getRequired() |
String |
getSchema() |
String |
getTitle() |
String |
getType() |
void |
setProperties(Map<String,ValuesSchemaProperty> properties) |
void |
setRequired(Set<String> required) |
void |
setSchema(String schema) |
void |
setTitle(String title) |
void |
setType(String type) |
public String getSchema()
public void setSchema(String schema)
public String getType()
public void setType(String type)
public String getTitle()
public void setTitle(String title)
public Map<String,ValuesSchemaProperty> getProperties()
public void setProperties(Map<String,ValuesSchemaProperty> properties)
Copyright © 2018–2023 Red Hat. All rights reserved.