public class ValueReference extends Object
| Constructor and Description |
|---|
ValueReference() |
ValueReference(String property,
String[] paths,
String profile,
String value,
String expression,
String description,
Integer minimum,
Integer maximum,
String pattern,
Boolean required) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getExpression()
If not provided, it will use `{{ .Values.
|
Integer |
getMaximum() |
Integer |
getMinimum() |
String[] |
getPaths()
The path expressions where to map the property.
|
String |
getPattern() |
String |
getProfile() |
String |
getProperty() |
Boolean |
getRequired() |
String |
getValue() |
int |
hashCode() |
boolean |
isRequired() |
static ValueReferenceBuilder |
newBuilder() |
static ValueReferenceBuilder |
newBuilderFromDefaults() |
public String getProperty()
public String[] getPaths()
public String getProfile()
public String getValue()
public String getExpression()
public String getDescription()
public Integer getMinimum()
public Integer getMaximum()
public String getPattern()
public Boolean getRequired()
public boolean isRequired()
public static ValueReferenceBuilder newBuilder()
public static ValueReferenceBuilder newBuilderFromDefaults()
Copyright © 2018–2023 Red Hat. All rights reserved.