public class ValuesSchemaPropertyFluentImpl<A extends ValuesSchemaPropertyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ValuesSchemaPropertyFluent<A>
| Constructor and Description |
|---|
ValuesSchemaPropertyFluentImpl() |
ValuesSchemaPropertyFluentImpl(ValuesSchemaProperty instance) |
| Modifier and Type | Method and Description |
|---|---|
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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ValuesSchemaPropertyFluentImpl()
public ValuesSchemaPropertyFluentImpl(ValuesSchemaProperty instance)
public String getName()
getName in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public A withName(String name)
withName in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Boolean hasName()
hasName in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public String getDescription()
getDescription in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public A withDescription(String description)
withDescription in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Boolean hasDescription()
hasDescription in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public String getType()
getType in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public A withType(String type)
withType in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Boolean hasType()
hasType in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Integer getMinimum()
getMinimum in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public A withMinimum(Integer minimum)
withMinimum in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Boolean hasMinimum()
hasMinimum in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Integer getMaximum()
getMaximum in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public A withMaximum(Integer maximum)
withMaximum in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Boolean hasMaximum()
hasMaximum in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public String getPattern()
getPattern in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public A withPattern(String pattern)
withPattern in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Boolean hasPattern()
hasPattern in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Boolean getRequired()
getRequired in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public A withRequired(Boolean required)
withRequired in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>public Boolean hasRequired()
hasRequired in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>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()
withRequired in interface ValuesSchemaPropertyFluent<A extends ValuesSchemaPropertyFluent<A>>Copyright © 2018–2023 Red Hat. All rights reserved.