Class JSONSchemaPropsOrArray
java.lang.Object
io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrArray
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class JSONSchemaPropsOrArray extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JSONSchemaPropsOrArray()No args constructor for use in serializationJSONSchemaPropsOrArray(List<JSONSchemaProps> jSONSchemas, JSONSchemaProps schema) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()List<JSONSchemaProps>getJSONSchemas()JSONSchemaPropsgetSchema()voidsetAdditionalProperty(String name, Object value)voidsetJSONSchemas(List<JSONSchemaProps> jSONSchemas)voidsetSchema(JSONSchemaProps schema)
-
Constructor Details
-
JSONSchemaPropsOrArray
public JSONSchemaPropsOrArray()No args constructor for use in serialization -
JSONSchemaPropsOrArray
- Parameters:
schema-jSONSchemas-
-
-
Method Details
-
getJSONSchemas
- Returns:
- The jSONSchemas
-
setJSONSchemas
- Parameters:
jSONSchemas- The JSONSchemas
-
getSchema
- Returns:
- The schema
-
setSchema
- Parameters:
schema- The Schema
-
getAdditionalProperties
-
setAdditionalProperty
-