public class ObjectStatusFluentImpl<A extends ObjectStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ObjectStatusFluent<A>
| Constructor and Description |
|---|
ObjectStatusFluentImpl() |
ObjectStatusFluentImpl(ObjectStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getKind() |
String |
getLink() |
String |
getName() |
String |
getStatus() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasLink() |
Boolean |
hasName() |
Boolean |
hasStatus() |
String |
toString() |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withLink(String link) |
A |
withName(String name) |
A |
withStatus(String status) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ObjectStatusFluentImpl()
public ObjectStatusFluentImpl(ObjectStatus instance)
public String getGroup()
getGroup in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public A withGroup(String group)
withGroup in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public Boolean hasGroup()
hasGroup in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public String getKind()
getKind in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public A withKind(String kind)
withKind in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public Boolean hasKind()
hasKind in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public String getLink()
getLink in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public A withLink(String link)
withLink in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public Boolean hasLink()
hasLink in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public String getName()
getName in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public A withName(String name)
withName in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public Boolean hasName()
hasName in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public String getStatus()
getStatus in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public A withStatus(String status)
withStatus in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public Boolean hasStatus()
hasStatus in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ObjectStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ObjectStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.