Class AwaitCondition
java.lang.Object
io.yupiik.kubernetes.bindings.bundlebee.v1.AwaitCondition
- All Implemented Interfaces:
Exportable,Validable<AwaitCondition>
-
Constructor Summary
ConstructorsConstructorDescriptionAwaitCondition(String conditionType, JsonPointerOperator operatorType, String pointer, AwaitConditionType type, String value) -
Method Summary
Modifier and TypeMethodDescriptionasJson()conditionType(String conditionType) booleangetType()getValue()inthashCode()operatorType(JsonPointerOperator operatorType) voidsetConditionType(String conditionType) voidsetOperatorType(JsonPointerOperator operatorType) voidsetPointer(String pointer) voidsetType(AwaitConditionType type) voidtype(AwaitConditionType type) validate()
-
Constructor Details
-
AwaitCondition
public AwaitCondition() -
AwaitCondition
public AwaitCondition(String conditionType, JsonPointerOperator operatorType, String pointer, AwaitConditionType type, String value)
-
-
Method Details
-
getConditionType
-
setConditionType
-
getOperatorType
-
setOperatorType
-
getPointer
-
setPointer
-
getType
-
setType
-
getValue
-
setValue
-
hashCode
public int hashCode() -
equals
-
conditionType
-
operatorType
-
pointer
-
type
-
value
-
validate
- Specified by:
validatein interfaceValidable<AwaitCondition>
-
asJson
- Specified by:
asJsonin interfaceExportable
-