public class JsonSchemaProperty extends Object
| Constructor and Description |
|---|
JsonSchemaProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getFormat() |
String |
getJavaType() |
String |
getType() |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setFormat(String format) |
void |
setJavaType(String javaType) |
void |
setType(String type) |
String |
toString() |
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getDescription()
public void setDescription(String description)
public String getFormat()
public void setFormat(String format)
public String getJavaType()
public void setJavaType(String javaType)
public String getType()
public void setType(String type)
Copyright © 2011–2015 Red Hat. All rights reserved.