public class ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ValuesSchemaPropertyFluent() |
ValuesSchemaPropertyFluent(ValuesSchemaProperty instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(ValuesSchemaProperty instance) |
boolean |
equals(Object o) |
String |
getDescription() |
Integer |
getMaximum() |
Integer |
getMinimum() |
String |
getName() |
String |
getPattern() |
Boolean |
getRequired() |
String |
getType() |
boolean |
hasDescription() |
int |
hashCode() |
boolean |
hasMaximum() |
boolean |
hasMinimum() |
boolean |
hasName() |
boolean |
hasPattern() |
boolean |
hasRequired() |
boolean |
hasType() |
String |
toString() |
A |
withDescription(String description) |
A |
withMaximum(Integer maximum) |
A |
withMinimum(Integer minimum) |
A |
withName(String name) |
A |
withPattern(String pattern) |
A |
withRequired() |
A |
withRequired(Boolean required) |
A |
withType(String type) |
public ValuesSchemaPropertyFluent()
public ValuesSchemaPropertyFluent(ValuesSchemaProperty instance)
protected void copyInstance(ValuesSchemaProperty instance)
public String getName()
public boolean hasName()
public String getDescription()
public boolean hasDescription()
public String getType()
public boolean hasType()
public Integer getMinimum()
public boolean hasMinimum()
public Integer getMaximum()
public boolean hasMaximum()
public String getPattern()
public boolean hasPattern()
public Boolean getRequired()
public boolean hasRequired()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ValuesSchemaPropertyFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ValuesSchemaPropertyFluent<A>>public A withRequired()
Copyright © 2018–2023 Red Hat. All rights reserved.