public class InstallPlanReferenceFluentImpl<A extends InstallPlanReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InstallPlanReferenceFluent<A>
| Constructor and Description |
|---|
InstallPlanReferenceFluentImpl() |
InstallPlanReferenceFluentImpl(InstallPlanReference instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getKind() |
String |
getName() |
String |
getUuid() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasUuid() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewUuid(String arg0)
Deprecated.
|
A |
withUuid(String uuid) |
public InstallPlanReferenceFluentImpl()
public InstallPlanReferenceFluentImpl(InstallPlanReference instance)
public String getApiVersion()
getApiVersion in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public String getKind()
getKind in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public A withKind(String kind)
withKind in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public Boolean hasKind()
hasKind in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public String getName()
getName in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public A withName(String name)
withName in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public Boolean hasName()
hasName in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public String getUuid()
getUuid in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public A withUuid(String uuid)
withUuid in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>public Boolean hasUuid()
hasUuid in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>@Deprecated public A withNewUuid(String arg0)
withNewUuid in interface InstallPlanReferenceFluent<A extends InstallPlanReferenceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.