@Generated(value="org.jsonschema2pojo") public class RetweetsRequest extends Object implements Serializable, Statuses.RetweetsRequestAnnotations
Constructor and Description |
---|
RetweetsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
Specifies the number of records to retrieve.
|
Long |
getId()
The numerical ID of the desired status.
|
Boolean |
getTrimUser()
When set to either true , t or 1 , each tweet returned in a timeline will include a user object including only the status authors numerical ID.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
Specifies the number of records to retrieve.
|
void |
setId(Long id)
The numerical ID of the desired status.
|
void |
setTrimUser(Boolean trimUser)
When set to either true , t or 1 , each tweet returned in a timeline will include a user object including only the status authors numerical ID.
|
String |
toString() |
RetweetsRequest |
withAdditionalProperty(String name,
Object value) |
RetweetsRequest |
withCount(Long count) |
RetweetsRequest |
withId(Long id) |
RetweetsRequest |
withTrimUser(Boolean trimUser) |
@BeanProperty(value="id") public Long getId()
getId
in interface Statuses.RetweetsRequestAnnotations
@BeanProperty(value="id") public void setId(Long id)
id
- The idpublic RetweetsRequest withId(Long id)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic RetweetsRequest withCount(Long count)
@BeanProperty(value="trim_user") public Boolean getTrimUser()
@BeanProperty(value="trim_user") public void setTrimUser(Boolean trimUser)
trimUser
- The trim_userpublic RetweetsRequest withTrimUser(Boolean trimUser)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public RetweetsRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.