Interface V1alpha1StorageVersionConditionFluent<A extends V1alpha1StorageVersionConditionFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1alpha1StorageVersionStatusFluent.ConditionsNested<N>
- All Known Implementing Classes:
V1alpha1StorageVersionConditionBuilder,V1alpha1StorageVersionConditionFluentImpl
public interface V1alpha1StorageVersionConditionFluent<A extends V1alpha1StorageVersionConditionFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetType()hasType()withLastTransitionTime(OffsetDateTime lastTransitionTime) withMessage(String message) withObservedGeneration(Long observedGeneration) withReason(String reason) withStatus(String status)
-
Method Details
-
getLastTransitionTime
OffsetDateTime getLastTransitionTime() -
withLastTransitionTime
-
hasLastTransitionTime
Boolean hasLastTransitionTime() -
getMessage
String getMessage() -
withMessage
-
hasMessage
Boolean hasMessage() -
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration() -
getReason
String getReason() -
withReason
-
hasReason
Boolean hasReason() -
getStatus
String getStatus() -
withStatus
-
hasStatus
Boolean hasStatus() -
getType
String getType() -
withType
-
hasType
Boolean hasType()
-