Class SubscriberStatusFluentImpl<A extends SubscriberStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.internal.eventing.pkg.apis.duck.v1.SubscriberStatusFluentImpl<A>
-
- All Implemented Interfaces:
SubscriberStatusFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ChannelStatusFluentImpl.SubscribersNestedImpl,InMemoryChannelStatusFluentImpl.SubscribersNestedImpl,KafkaChannelStatusFluentImpl.SubscribersNestedImpl,SubscriberStatusBuilder
public class SubscriberStatusFluentImpl<A extends SubscriberStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SubscriberStatusFluent<A>
-
-
Constructor Summary
Constructors Constructor Description SubscriberStatusFluentImpl()SubscriberStatusFluentImpl(SubscriberStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMessage()LonggetObservedGeneration()StringgetReady()StringgetUid()inthashCode()BooleanhasMessage()BooleanhasObservedGeneration()BooleanhasReady()BooleanhasUid()AwithMessage(String message)AwithNewMessage(String arg1)AwithNewMessage(StringBuffer arg1)AwithNewMessage(StringBuilder arg1)AwithNewReady(String arg1)AwithNewReady(StringBuffer arg1)AwithNewReady(StringBuilder arg1)AwithNewUid(String arg1)AwithNewUid(StringBuffer arg1)AwithNewUid(StringBuilder arg1)AwithObservedGeneration(Long observedGeneration)AwithReady(String ready)AwithUid(String uid)
-
-
-
Constructor Detail
-
SubscriberStatusFluentImpl
public SubscriberStatusFluentImpl()
-
SubscriberStatusFluentImpl
public SubscriberStatusFluentImpl(SubscriberStatus instance)
-
-
Method Detail
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withMessage
public A withMessage(String message)
- Specified by:
withMessagein interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
hasMessage
public Boolean hasMessage()
- Specified by:
hasMessagein interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewMessage
public A withNewMessage(String arg1)
- Specified by:
withNewMessagein interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewMessage
public A withNewMessage(StringBuilder arg1)
- Specified by:
withNewMessagein interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewMessage
public A withNewMessage(StringBuffer arg1)
- Specified by:
withNewMessagein interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
getObservedGeneration
public Long getObservedGeneration()
- Specified by:
getObservedGenerationin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withObservedGeneration
public A withObservedGeneration(Long observedGeneration)
- Specified by:
withObservedGenerationin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
hasObservedGeneration
public Boolean hasObservedGeneration()
- Specified by:
hasObservedGenerationin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
getReady
public String getReady()
- Specified by:
getReadyin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withReady
public A withReady(String ready)
- Specified by:
withReadyin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
hasReady
public Boolean hasReady()
- Specified by:
hasReadyin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewReady
public A withNewReady(String arg1)
- Specified by:
withNewReadyin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewReady
public A withNewReady(StringBuilder arg1)
- Specified by:
withNewReadyin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewReady
public A withNewReady(StringBuffer arg1)
- Specified by:
withNewReadyin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
getUid
public String getUid()
- Specified by:
getUidin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withUid
public A withUid(String uid)
- Specified by:
withUidin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
hasUid
public Boolean hasUid()
- Specified by:
hasUidin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewUid
public A withNewUid(String arg1)
- Specified by:
withNewUidin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewUid
public A withNewUid(StringBuilder arg1)
- Specified by:
withNewUidin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
withNewUid
public A withNewUid(StringBuffer arg1)
- Specified by:
withNewUidin interfaceSubscriberStatusFluent<A extends SubscriberStatusFluent<A>>
-
-