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