public class V1beta1JSONSchemaPropsOrArray extends Object
Constructor and Description |
---|
V1beta1JSONSchemaPropsOrArray() |
Modifier and Type | Method and Description |
---|---|
V1beta1JSONSchemaPropsOrArray |
addJsONSchemasItem(V1beta1JSONSchemaProps jsONSchemasItem) |
boolean |
equals(Object o) |
List<V1beta1JSONSchemaProps> |
getJsONSchemas()
Get jsONSchemas
|
V1beta1JSONSchemaProps |
getSchema()
Get schema
|
int |
hashCode() |
V1beta1JSONSchemaPropsOrArray |
jsONSchemas(List<V1beta1JSONSchemaProps> jsONSchemas) |
V1beta1JSONSchemaPropsOrArray |
schema(V1beta1JSONSchemaProps schema) |
void |
setJsONSchemas(List<V1beta1JSONSchemaProps> jsONSchemas) |
void |
setSchema(V1beta1JSONSchemaProps schema) |
String |
toString() |
public V1beta1JSONSchemaPropsOrArray jsONSchemas(List<V1beta1JSONSchemaProps> jsONSchemas)
public V1beta1JSONSchemaPropsOrArray addJsONSchemasItem(V1beta1JSONSchemaProps jsONSchemasItem)
public List<V1beta1JSONSchemaProps> getJsONSchemas()
public void setJsONSchemas(List<V1beta1JSONSchemaProps> jsONSchemas)
public V1beta1JSONSchemaPropsOrArray schema(V1beta1JSONSchemaProps schema)
public V1beta1JSONSchemaProps getSchema()
public void setSchema(V1beta1JSONSchemaProps schema)
Copyright © 2018. All rights reserved.