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