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() |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withLink(String link) |
A |
withName(String name) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewLink(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewStatus(String arg0)
Deprecated.
|
A |
withStatus(String status) |
public 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>>@Deprecated public A withNewGroup(String arg0)
withNewGroup 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>>@Deprecated public A withNewKind(String arg0)
withNewKind 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>>@Deprecated public A withNewLink(String arg0)
withNewLink 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>>@Deprecated public A withNewName(String arg0)
withNewName 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>>@Deprecated public A withNewStatus(String arg0)
withNewStatus in interface ObjectStatusFluent<A extends ObjectStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.