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