public class OperandVersionFluentImpl<A extends OperandVersionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperandVersionFluent<A>
| Constructor and Description |
|---|
OperandVersionFluentImpl() |
OperandVersionFluentImpl(OperandVersion instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getVersion() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasVersion() |
A |
withName(String name) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewVersion(String arg1) |
A |
withNewVersion(StringBuffer arg1) |
A |
withNewVersion(StringBuilder arg1) |
A |
withVersion(String version) |
public OperandVersionFluentImpl()
public OperandVersionFluentImpl(OperandVersion instance)
public String getName()
getName in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public A withName(String name)
withName in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public Boolean hasName()
hasName in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public A withNewName(String arg1)
withNewName in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public String getVersion()
getVersion in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public A withVersion(String version)
withVersion in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public Boolean hasVersion()
hasVersion in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public A withNewVersion(String arg1)
withNewVersion in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public A withNewVersion(StringBuilder arg1)
withNewVersion in interface OperandVersionFluent<A extends OperandVersionFluent<A>>public A withNewVersion(StringBuffer arg1)
withNewVersion in interface OperandVersionFluent<A extends OperandVersionFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.