Class Condition
java.lang.Object
io.yupiik.kubernetes.bindings.bundlebee.v1.Condition
- All Implemented Interfaces:
Exportable,Validable<Condition>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasJson()booleangetKey()getType()getValue()inthashCode()voidvoidvoidsetType(ConditionType type) voidtype(ConditionType type) validate()
-
Constructor Details
-
Condition
public Condition() -
Condition
-
-
Method Details
-
getKey
-
setKey
-
getNegate
-
setNegate
-
getType
-
setType
-
getValue
-
setValue
-
hashCode
public int hashCode() -
equals
-
key
-
negate
-
type
-
value
-
validate
-
asJson
- Specified by:
asJsonin interfaceExportable
-