@Generated(value="org.jsonschema2pojo") public class RetweeterIdsRequest extends Object implements Serializable
Constructor and Description |
---|
RetweeterIdsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
Specifies the number of records to retrieve.
|
Boolean |
getCursor()
Causes the list of IDs to be broken into pages of no more than 100 IDs at a time.
|
Long |
getId()
The numerical ID of the desired status.
|
Boolean |
getStringifyIds()
Many programming environments will not consume Tweet ids due to their size.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
Specifies the number of records to retrieve.
|
void |
setCursor(Boolean cursor)
Causes the list of IDs to be broken into pages of no more than 100 IDs at a time.
|
void |
setId(Long id)
The numerical ID of the desired status.
|
void |
setStringifyIds(Boolean stringifyIds)
Many programming environments will not consume Tweet ids due to their size.
|
String |
toString() |
RetweeterIdsRequest |
withAdditionalProperty(String name,
Object value) |
RetweeterIdsRequest |
withCount(Long count) |
RetweeterIdsRequest |
withCursor(Boolean cursor) |
RetweeterIdsRequest |
withId(Long id) |
RetweeterIdsRequest |
withStringifyIds(Boolean stringifyIds) |
@BeanProperty(value="id") public Long getId()
@BeanProperty(value="id") public void setId(Long id)
id
- The idpublic RetweeterIdsRequest withId(Long id)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic RetweeterIdsRequest withCount(Long count)
@BeanProperty(value="cursor") public Boolean getCursor()
@BeanProperty(value="cursor") public void setCursor(Boolean cursor)
cursor
- The cursorpublic RetweeterIdsRequest withCursor(Boolean cursor)
@BeanProperty(value="stringify_ids") public Boolean getStringifyIds()
@BeanProperty(value="stringify_ids") public void setStringifyIds(Boolean stringifyIds)
stringifyIds
- The stringify_idspublic RetweeterIdsRequest withStringifyIds(Boolean stringifyIds)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public RetweeterIdsRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.