Class DNSZoneConditionFluentImpl<A extends DNSZoneConditionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.DNSZoneConditionFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,DNSZoneConditionFluent<A>
- Direct Known Subclasses:
DNSZoneConditionBuilder,DNSZoneStatusFluentImpl.ConditionsNestedImpl
public class DNSZoneConditionFluentImpl<A extends DNSZoneConditionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DNSZoneConditionFluent<A>
-
-
Constructor Summary
Constructors Constructor Description DNSZoneConditionFluentImpl()DNSZoneConditionFluentImpl(DNSZoneCondition instance)
-
Method Summary
-
-
-
Constructor Detail
-
DNSZoneConditionFluentImpl
public DNSZoneConditionFluentImpl()
-
DNSZoneConditionFluentImpl
public DNSZoneConditionFluentImpl(DNSZoneCondition instance)
-
-
Method Detail
-
getLastTransitionTime
public String getLastTransitionTime()
- Specified by:
getLastTransitionTimein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withLastTransitionTime
public A withLastTransitionTime(String lastTransitionTime)
- Specified by:
withLastTransitionTimein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
hasLastTransitionTime
public Boolean hasLastTransitionTime()
- Specified by:
hasLastTransitionTimein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewLastTransitionTime
public A withNewLastTransitionTime(String arg1)
- Specified by:
withNewLastTransitionTimein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewLastTransitionTime
public A withNewLastTransitionTime(StringBuilder arg1)
- Specified by:
withNewLastTransitionTimein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewLastTransitionTime
public A withNewLastTransitionTime(StringBuffer arg1)
- Specified by:
withNewLastTransitionTimein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withMessage
public A withMessage(String message)
- Specified by:
withMessagein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
hasMessage
public Boolean hasMessage()
- Specified by:
hasMessagein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewMessage
public A withNewMessage(String arg1)
- Specified by:
withNewMessagein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewMessage
public A withNewMessage(StringBuilder arg1)
- Specified by:
withNewMessagein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewMessage
public A withNewMessage(StringBuffer arg1)
- Specified by:
withNewMessagein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
getReason
public String getReason()
- Specified by:
getReasonin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withReason
public A withReason(String reason)
- Specified by:
withReasonin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
hasReason
public Boolean hasReason()
- Specified by:
hasReasonin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewReason
public A withNewReason(String arg1)
- Specified by:
withNewReasonin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewReason
public A withNewReason(StringBuilder arg1)
- Specified by:
withNewReasonin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewReason
public A withNewReason(StringBuffer arg1)
- Specified by:
withNewReasonin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
getStatus
public String getStatus()
- Specified by:
getStatusin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withStatus
public A withStatus(String status)
- Specified by:
withStatusin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatusin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewStatus
public A withNewStatus(String arg1)
- Specified by:
withNewStatusin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewStatus
public A withNewStatus(StringBuilder arg1)
- Specified by:
withNewStatusin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewStatus
public A withNewStatus(StringBuffer arg1)
- Specified by:
withNewStatusin interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceDNSZoneConditionFluent<A extends DNSZoneConditionFluent<A>>
-
-