public class SubscriberStatusFluentImpl<A extends SubscriberStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SubscriberStatusFluent<A>
| Constructor and Description |
|---|
SubscriberStatusFluentImpl() |
SubscriberStatusFluentImpl(SubscriberStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage() |
Long |
getObservedGeneration() |
String |
getReady() |
String |
getUid() |
int |
hashCode() |
Boolean |
hasMessage() |
Boolean |
hasObservedGeneration() |
Boolean |
hasReady() |
Boolean |
hasUid() |
A |
withMessage(String message) |
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewReady(String arg0)
Deprecated.
|
A |
withNewUid(String arg0)
Deprecated.
|
A |
withObservedGeneration(Long observedGeneration) |
A |
withReady(String ready) |
A |
withUid(String uid) |
public SubscriberStatusFluentImpl()
public SubscriberStatusFluentImpl(SubscriberStatus instance)
public String getMessage()
getMessage in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public A withMessage(String message)
withMessage in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public Boolean hasMessage()
hasMessage in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public Long getObservedGeneration()
getObservedGeneration in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public A withObservedGeneration(Long observedGeneration)
withObservedGeneration in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public Boolean hasObservedGeneration()
hasObservedGeneration in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public String getReady()
getReady in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public A withReady(String ready)
withReady in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public Boolean hasReady()
hasReady in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>@Deprecated public A withNewReady(String arg0)
withNewReady in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public String getUid()
getUid in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public A withUid(String uid)
withUid in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>public Boolean hasUid()
hasUid in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>@Deprecated public A withNewUid(String arg0)
withNewUid in interface SubscriberStatusFluent<A extends SubscriberStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.