public class AddIfStatementFluent<A extends AddIfStatementFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
AddIfStatementFluent() |
AddIfStatementFluent(AddIfStatement instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(AddIfStatement instance) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getOnResourceKind() |
String |
getOnResourceName() |
String |
getProperty() |
Boolean |
getWithDefaultValue() |
boolean |
hasDescription() |
int |
hashCode() |
boolean |
hasOnResourceKind() |
boolean |
hasOnResourceName() |
boolean |
hasProperty() |
boolean |
hasWithDefaultValue() |
String |
toString() |
A |
withDescription(String description) |
A |
withOnResourceKind(String onResourceKind) |
A |
withOnResourceName(String onResourceName) |
A |
withProperty(String property) |
A |
withWithDefaultValue() |
A |
withWithDefaultValue(Boolean withDefaultValue) |
public AddIfStatementFluent()
public AddIfStatementFluent(AddIfStatement instance)
protected void copyInstance(AddIfStatement instance)
public String getProperty()
public boolean hasProperty()
public String getOnResourceKind()
public boolean hasOnResourceKind()
public String getOnResourceName()
public boolean hasOnResourceName()
public Boolean getWithDefaultValue()
public boolean hasWithDefaultValue()
public String getDescription()
public boolean hasDescription()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AddIfStatementFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AddIfStatementFluent<A>>public A withWithDefaultValue()
Copyright © 2018–2023 Red Hat. All rights reserved.