@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1JSONSchemaProps extends Object
Constructor and Description |
---|
V1JSONSchemaProps() |
public static final String SERIALIZED_NAME_$_REF
public static final String SERIALIZED_NAME_$_SCHEMA
public static final String SERIALIZED_NAME_ADDITIONAL_ITEMS
public static final String SERIALIZED_NAME_ADDITIONAL_PROPERTIES
public static final String SERIALIZED_NAME_ALL_OF
public static final String SERIALIZED_NAME_ANY_OF
public static final String SERIALIZED_NAME_DEFAULT
public static final String SERIALIZED_NAME_DEFINITIONS
public static final String SERIALIZED_NAME_DEPENDENCIES
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ENUM
public static final String SERIALIZED_NAME_EXAMPLE
public static final String SERIALIZED_NAME_EXCLUSIVE_MAXIMUM
public static final String SERIALIZED_NAME_EXCLUSIVE_MINIMUM
public static final String SERIALIZED_NAME_EXTERNAL_DOCS
public static final String SERIALIZED_NAME_FORMAT
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ITEMS
public static final String SERIALIZED_NAME_MAX_ITEMS
public static final String SERIALIZED_NAME_MAX_LENGTH
public static final String SERIALIZED_NAME_MAX_PROPERTIES
public static final String SERIALIZED_NAME_MAXIMUM
public static final String SERIALIZED_NAME_MIN_ITEMS
public static final String SERIALIZED_NAME_MIN_LENGTH
public static final String SERIALIZED_NAME_MIN_PROPERTIES
public static final String SERIALIZED_NAME_MINIMUM
public static final String SERIALIZED_NAME_MULTIPLE_OF
public static final String SERIALIZED_NAME_NOT
public static final String SERIALIZED_NAME_NULLABLE
public static final String SERIALIZED_NAME_ONE_OF
public static final String SERIALIZED_NAME_PATTERN
public static final String SERIALIZED_NAME_PATTERN_PROPERTIES
public static final String SERIALIZED_NAME_PROPERTIES
public static final String SERIALIZED_NAME_REQUIRED
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_UNIQUE_ITEMS
public static final String SERIALIZED_NAME_X_KUBERNETES_EMBEDDED_RESOURCE
public static final String SERIALIZED_NAME_X_KUBERNETES_INT_OR_STRING
public static final String SERIALIZED_NAME_X_KUBERNETES_LIST_MAP_KEYS
public static final String SERIALIZED_NAME_X_KUBERNETES_LIST_TYPE
public static final String SERIALIZED_NAME_X_KUBERNETES_MAP_TYPE
public static final String SERIALIZED_NAME_X_KUBERNETES_PRESERVE_UNKNOWN_FIELDS
public V1JSONSchemaProps $ref(String $ref)
public void set$Ref(String $ref)
public V1JSONSchemaProps $schema(String $schema)
public void set$Schema(String $schema)
public V1JSONSchemaProps additionalItems(Object additionalItems)
@Nullable public Object getAdditionalItems()
public void setAdditionalItems(Object additionalItems)
public V1JSONSchemaProps additionalProperties(Object additionalProperties)
@Nullable public Object getAdditionalProperties()
public void setAdditionalProperties(Object additionalProperties)
public V1JSONSchemaProps allOf(List<V1JSONSchemaProps> allOf)
public V1JSONSchemaProps addAllOfItem(V1JSONSchemaProps allOfItem)
@Nullable public List<V1JSONSchemaProps> getAllOf()
public void setAllOf(List<V1JSONSchemaProps> allOf)
public V1JSONSchemaProps anyOf(List<V1JSONSchemaProps> anyOf)
public V1JSONSchemaProps addAnyOfItem(V1JSONSchemaProps anyOfItem)
@Nullable public List<V1JSONSchemaProps> getAnyOf()
public void setAnyOf(List<V1JSONSchemaProps> anyOf)
public V1JSONSchemaProps _default(Object _default)
@Nullable public Object getDefault()
public void setDefault(Object _default)
public V1JSONSchemaProps definitions(Map<String,V1JSONSchemaProps> definitions)
public V1JSONSchemaProps putDefinitionsItem(String key, V1JSONSchemaProps definitionsItem)
@Nullable public Map<String,V1JSONSchemaProps> getDefinitions()
public void setDefinitions(Map<String,V1JSONSchemaProps> definitions)
public V1JSONSchemaProps dependencies(Map<String,Object> dependencies)
public V1JSONSchemaProps putDependenciesItem(String key, Object dependenciesItem)
@Nullable public Map<String,Object> getDependencies()
public V1JSONSchemaProps description(String description)
public void setDescription(String description)
public V1JSONSchemaProps _enum(List<Object> _enum)
public V1JSONSchemaProps addEnumItem(Object _enumItem)
public V1JSONSchemaProps example(Object example)
@Nullable public Object getExample()
public void setExample(Object example)
public V1JSONSchemaProps exclusiveMaximum(Boolean exclusiveMaximum)
@Nullable public Boolean getExclusiveMaximum()
public void setExclusiveMaximum(Boolean exclusiveMaximum)
public V1JSONSchemaProps exclusiveMinimum(Boolean exclusiveMinimum)
@Nullable public Boolean getExclusiveMinimum()
public void setExclusiveMinimum(Boolean exclusiveMinimum)
public V1JSONSchemaProps externalDocs(V1ExternalDocumentation externalDocs)
@Nullable public V1ExternalDocumentation getExternalDocs()
public void setExternalDocs(V1ExternalDocumentation externalDocs)
public V1JSONSchemaProps format(String format)
@Nullable public String getFormat()
public void setFormat(String format)
public V1JSONSchemaProps id(String id)
public void setId(String id)
public V1JSONSchemaProps items(Object items)
@Nullable public Object getItems()
public void setItems(Object items)
public V1JSONSchemaProps maxItems(Long maxItems)
public void setMaxItems(Long maxItems)
public V1JSONSchemaProps maxLength(Long maxLength)
public void setMaxLength(Long maxLength)
public V1JSONSchemaProps maxProperties(Long maxProperties)
public void setMaxProperties(Long maxProperties)
public V1JSONSchemaProps maximum(Double maximum)
public void setMaximum(Double maximum)
public V1JSONSchemaProps minItems(Long minItems)
public void setMinItems(Long minItems)
public V1JSONSchemaProps minLength(Long minLength)
public void setMinLength(Long minLength)
public V1JSONSchemaProps minProperties(Long minProperties)
public void setMinProperties(Long minProperties)
public V1JSONSchemaProps minimum(Double minimum)
public void setMinimum(Double minimum)
public V1JSONSchemaProps multipleOf(Double multipleOf)
public void setMultipleOf(Double multipleOf)
public V1JSONSchemaProps not(V1JSONSchemaProps not)
@Nullable public V1JSONSchemaProps getNot()
public void setNot(V1JSONSchemaProps not)
public V1JSONSchemaProps nullable(Boolean nullable)
public void setNullable(Boolean nullable)
public V1JSONSchemaProps oneOf(List<V1JSONSchemaProps> oneOf)
public V1JSONSchemaProps addOneOfItem(V1JSONSchemaProps oneOfItem)
@Nullable public List<V1JSONSchemaProps> getOneOf()
public void setOneOf(List<V1JSONSchemaProps> oneOf)
public V1JSONSchemaProps pattern(String pattern)
public void setPattern(String pattern)
public V1JSONSchemaProps patternProperties(Map<String,V1JSONSchemaProps> patternProperties)
public V1JSONSchemaProps putPatternPropertiesItem(String key, V1JSONSchemaProps patternPropertiesItem)
@Nullable public Map<String,V1JSONSchemaProps> getPatternProperties()
public void setPatternProperties(Map<String,V1JSONSchemaProps> patternProperties)
public V1JSONSchemaProps properties(Map<String,V1JSONSchemaProps> properties)
public V1JSONSchemaProps putPropertiesItem(String key, V1JSONSchemaProps propertiesItem)
@Nullable public Map<String,V1JSONSchemaProps> getProperties()
public void setProperties(Map<String,V1JSONSchemaProps> properties)
public V1JSONSchemaProps required(List<String> required)
public V1JSONSchemaProps addRequiredItem(String requiredItem)
public V1JSONSchemaProps title(String title)
public void setTitle(String title)
public V1JSONSchemaProps type(String type)
public void setType(String type)
public V1JSONSchemaProps uniqueItems(Boolean uniqueItems)
public void setUniqueItems(Boolean uniqueItems)
public V1JSONSchemaProps xKubernetesEmbeddedResource(Boolean xKubernetesEmbeddedResource)
@Nullable public Boolean getxKubernetesEmbeddedResource()
public void setxKubernetesEmbeddedResource(Boolean xKubernetesEmbeddedResource)
public V1JSONSchemaProps xKubernetesIntOrString(Boolean xKubernetesIntOrString)
@Nullable public Boolean getxKubernetesIntOrString()
public void setxKubernetesIntOrString(Boolean xKubernetesIntOrString)
public V1JSONSchemaProps xKubernetesListMapKeys(List<String> xKubernetesListMapKeys)
public V1JSONSchemaProps addXKubernetesListMapKeysItem(String xKubernetesListMapKeysItem)
@Nullable public List<String> getxKubernetesListMapKeys()
public void setxKubernetesListMapKeys(List<String> xKubernetesListMapKeys)
public V1JSONSchemaProps xKubernetesListType(String xKubernetesListType)
@Nullable public String getxKubernetesListType()
public void setxKubernetesListType(String xKubernetesListType)
public V1JSONSchemaProps xKubernetesMapType(String xKubernetesMapType)
@Nullable public String getxKubernetesMapType()
public void setxKubernetesMapType(String xKubernetesMapType)
public V1JSONSchemaProps xKubernetesPreserveUnknownFields(Boolean xKubernetesPreserveUnknownFields)
@Nullable public Boolean getxKubernetesPreserveUnknownFields()
public void setxKubernetesPreserveUnknownFields(Boolean xKubernetesPreserveUnknownFields)
Copyright © 2021. All rights reserved.