Package com.clinia.model.common
Class V1JsonSchema
java.lang.Object
com.clinia.model.common.V1JsonSchema
V1JsonSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllOf(V1JsonSchema allOfItem) addAnyOf(V1JsonSchema anyOfItem) addRequired(String requiredItem) booleanget$Defs()Get $defsget$Ref()Get $refGet additionalPropertiesgetAllOf()Get allOfgetAnyOf()Get anyOfgetConst()Get _constgetIf()Get _ifgetItems()Get itemsGet maximumGet maxItemsGet maxLengthGet minimumGet minItemsGet minLengthgetNot()Get notGet patternGet propertiesGet requiredgetThen()Get thengetType()Get typeinthashCode()put$Defs(String key, V1JsonSchema $defsItem) putProperties(String key, V1JsonSchema propertiesItem) set$Defs(Map<String, V1JsonSchema> $defs) setAdditionalProperties(Boolean additionalProperties) setAllOf(List<V1JsonSchema> allOf) setAnyOf(List<V1JsonSchema> anyOf) setConst(V1JsonSchemaConst _const) setIf(V1JsonSchema _if) setItems(V1JsonSchema items) setMaximum(Integer maximum) setMaxItems(Integer maxItems) setMaxLength(Integer maxLength) setMinimum(Integer minimum) setMinItems(Integer minItems) setMinLength(Integer minLength) setNot(V1JsonSchema not) setPattern(String pattern) setProperties(Map<String, V1JsonSchema> properties) setRequired(List<String> required) setThen(V1JsonSchema then) setType(V1JsonSchemaType type) toString()
-
Constructor Details
-
V1JsonSchema
public V1JsonSchema()
-
-
Method Details
-
setType
-
getType
Get type -
set$Ref
-
get$Ref
Get $ref -
setPattern
-
getPattern
Get pattern -
setProperties
-
putProperties
-
getProperties
Get properties -
set$Defs
-
put$Defs
-
get$Defs
Get $defs -
setItems
-
getItems
Get items -
setAdditionalProperties
-
getAdditionalProperties
Get additionalProperties -
setAnyOf
-
addAnyOf
-
getAnyOf
Get anyOf -
setAllOf
-
addAllOf
-
getAllOf
Get allOf -
setRequired
-
addRequired
-
getRequired
Get required -
setMinLength
-
getMinLength
Get minLength -
setMaxLength
-
getMaxLength
Get maxLength -
setMaximum
-
getMaximum
Get maximum -
setMinimum
-
getMinimum
Get minimum -
setMinItems
-
getMinItems
Get minItems -
setMaxItems
-
getMaxItems
Get maxItems -
setIf
-
getIf
Get _if -
setThen
-
getThen
Get then -
setNot
-
getNot
Get not -
setConst
-
getConst
Get _const -
equals
-
hashCode
public int hashCode() -
toString
-