@Generated(value="org.jsonschema2pojo") public class Property extends Object
| Constructor and Description | 
|---|
| Property() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| Map<String,Object> | getAdditionalProperties() | 
| String | getName() | 
| String | getText() | 
| int | hashCode() | 
| void | setAdditionalProperty(String name,
                     Object value) | 
| void | setName(String name) | 
| void | setText(String text) | 
| String | toString() | 
| Property | withAdditionalProperty(String name,
                      Object value) | 
| Property | withName(String name) | 
| Property | withText(String text) | 
@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name - The name@BeanProperty(value="text") public String getText()
@BeanProperty(value="text") public void setText(String text)
text - The text@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.