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() |
String |
toString() |
A |
withMessage(String message) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withReady(String ready) |
A |
withUid(String uid) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>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>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SubscriberStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SubscriberStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.