Class AlveolusDependency
java.lang.Object
io.yupiik.kubernetes.bindings.bundlebee.v1.AlveolusDependency
- All Implemented Interfaces:
Exportable,Validable<AlveolusDependency>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasJson()booleangetName()inthashCode()includeIf(Conditions includeIf) voidsetIncludeIf(Conditions includeIf) voidsetLocation(String location) voidvalidate()
-
Constructor Details
-
AlveolusDependency
public AlveolusDependency() -
AlveolusDependency
-
-
Method Details
-
getIncludeIf
-
setIncludeIf
-
getLocation
-
setLocation
-
getName
-
setName
-
hashCode
public int hashCode() -
equals
-
includeIf
-
location
-
name
-
validate
- Specified by:
validatein interfaceValidable<AlveolusDependency>
-
asJson
- Specified by:
asJsonin interfaceExportable
-