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