@Generated(value="org.jsonschema2pojo") public class SelfRecentMediaRequest extends Object implements Serializable
Constructor and Description |
---|
SelfRecentMediaRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
count
|
Long |
getMaxId()
max_id
|
Long |
getMinId()
min_id
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
count
|
void |
setMaxId(Long maxId)
max_id
|
void |
setMinId(Long minId)
min_id
|
String |
toString() |
SelfRecentMediaRequest |
withAdditionalProperty(String name,
Object value) |
SelfRecentMediaRequest |
withCount(Long count) |
SelfRecentMediaRequest |
withMaxId(Long maxId) |
SelfRecentMediaRequest |
withMinId(Long minId) |
@BeanProperty(value="max_id") public Long getMaxId()
@BeanProperty(value="max_id") public void setMaxId(Long maxId)
maxId
- The max_idpublic SelfRecentMediaRequest withMaxId(Long maxId)
@BeanProperty(value="min_id") public Long getMinId()
@BeanProperty(value="min_id") public void setMinId(Long minId)
minId
- The min_idpublic SelfRecentMediaRequest withMinId(Long minId)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic SelfRecentMediaRequest withCount(Long count)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public SelfRecentMediaRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.