@Generated(value="org.jsonschema2pojo") public class JSONSchemaPropsOrBool extends java.lang.Object implements KubernetesResource
| Constructor and Description |
|---|
JSONSchemaPropsOrBool()
No args constructor for use in serialization
|
JSONSchemaPropsOrBool(java.lang.Boolean allows,
JSONSchemaProps schema) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
java.lang.Boolean |
getAllows() |
JSONSchemaProps |
getSchema() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setAllows(java.lang.Boolean allows) |
void |
setSchema(JSONSchemaProps schema) |
public JSONSchemaPropsOrBool()
public JSONSchemaPropsOrBool(java.lang.Boolean allows,
JSONSchemaProps schema)
allows - schema - public java.lang.Boolean getAllows()
public void setAllows(java.lang.Boolean allows)
allows - The Allowspublic JSONSchemaProps getSchema()
public void setSchema(JSONSchemaProps schema)
schema - The Schemapublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name,
java.lang.Object value)
Copyright © 2015-2019 Red Hat. All Rights Reserved.