@Generated(value="org.jsonschema2pojo") public class Comments extends Object
Constructor and Description |
---|
Comments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount() |
List<Comment> |
getData() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count) |
void |
setData(List<Comment> data) |
String |
toString() |
Comments |
withAdditionalProperty(String name,
Object value) |
Comments |
withCount(Long count) |
Comments |
withData(List<Comment> data) |
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The count@BeanProperty(value="data") public void setData(List<Comment> data)
data
- The data@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.