@Generated(value="org.jsonschema2pojo") public class TwitterFollowingConfiguration extends TwitterUserInformationConfiguration implements Serializable
Constructor and Description |
---|
TwitterFollowingConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getIdsOnly()
Whether to collect ids only, or full profiles
|
Long |
getMaxItems()
Max items per user to collect
|
Long |
getMaxPages()
Max pages per user to request
|
Long |
getPageSize()
Max items per page to request
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setIdsOnly(Boolean idsOnly)
Whether to collect ids only, or full profiles
|
void |
setMaxItems(Long maxItems)
Max items per user to collect
|
void |
setMaxPages(Long maxPages)
Max pages per user to request
|
void |
setPageSize(Long pageSize)
Max items per page to request
|
String |
toString() |
TwitterFollowingConfiguration |
withAdditionalProperty(String name,
Object value) |
TwitterFollowingConfiguration |
withIdsOnly(Boolean idsOnly) |
TwitterFollowingConfiguration |
withMaxItems(Long maxItems) |
TwitterFollowingConfiguration |
withMaxPages(Long maxPages) |
TwitterFollowingConfiguration |
withPageSize(Long pageSize) |
getInfo, setInfo, withInfo
getBasicauth, getDebug, getEndpoint, getEnvironment, getHost, getJsonStoreEnabled, getOauth, getPort, getProtocol, getRetryMax, getRetrySleepMs, getThreadsPerProvider, getVersion, setBasicauth, setDebug, setEndpoint, setEnvironment, setHost, setJsonStoreEnabled, setOauth, setPort, setProtocol, setRetryMax, setRetrySleepMs, setThreadsPerProvider, setVersion, withBasicauth, withDebug, withEndpoint, withEnvironment, withHost, withJsonStoreEnabled, withOauth, withPort, withProtocol, withRetryMax, withRetrySleepMs, withThreadsPerProvider, withVersion
@BeanProperty(value="ids_only") public Boolean getIdsOnly()
@BeanProperty(value="ids_only") public void setIdsOnly(Boolean idsOnly)
idsOnly
- The ids_onlypublic TwitterFollowingConfiguration withIdsOnly(Boolean idsOnly)
@BeanProperty(value="max_items") public Long getMaxItems()
@BeanProperty(value="max_items") public void setMaxItems(Long maxItems)
maxItems
- The max_itemspublic TwitterFollowingConfiguration withMaxItems(Long maxItems)
@BeanProperty(value="max_pages") public Long getMaxPages()
@BeanProperty(value="max_pages") public void setMaxPages(Long maxPages)
maxPages
- The max_pagespublic TwitterFollowingConfiguration withMaxPages(Long maxPages)
@BeanProperty(value="page_size") public Long getPageSize()
getPageSize
in class TwitterUserInformationConfiguration
@BeanProperty(value="page_size") public void setPageSize(Long pageSize)
setPageSize
in class TwitterUserInformationConfiguration
pageSize
- The page_sizepublic TwitterFollowingConfiguration withPageSize(Long pageSize)
withPageSize
in class TwitterUserInformationConfiguration
public String toString()
toString
in class TwitterUserInformationConfiguration
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class TwitterUserInformationConfiguration
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class TwitterUserInformationConfiguration
public TwitterFollowingConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class TwitterUserInformationConfiguration
public int hashCode()
hashCode
in class TwitterUserInformationConfiguration
public boolean equals(Object other)
equals
in class TwitterUserInformationConfiguration
Copyright © 2018 The Apache Software Foundation. All rights reserved.