public class ValuesSchemaProperty extends Object
| Constructor and Description |
|---|
ValuesSchemaProperty() |
ValuesSchemaProperty(String name,
String description,
String type,
Integer minimum,
Integer maximum,
String pattern,
Boolean required) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
Integer |
getMaximum() |
Integer |
getMinimum() |
String |
getName() |
String |
getPattern() |
Boolean |
getRequired() |
String |
getType() |
int |
hashCode() |
boolean |
isRequired() |
static ValuesSchemaPropertyBuilder |
newBuilder() |
static ValuesSchemaPropertyBuilder |
newBuilderFromDefaults() |
public String getName()
public String getDescription()
public String getType()
public Integer getMinimum()
public Integer getMaximum()
public String getPattern()
public Boolean getRequired()
public boolean isRequired()
public static ValuesSchemaPropertyBuilder newBuilder()
public static ValuesSchemaPropertyBuilder newBuilderFromDefaults()
Copyright © 2018–2023 Red Hat. All rights reserved.