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