@Generated(value="org.jsonschema2pojo") public class TwitterUserInformationConfiguration extends TwitterConfiguration implements Serializable
Constructor and Description |
---|
TwitterUserInformationConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getInfo()
A list of user IDs, indicating the users whose Tweets should be delivered on the stream
|
Long |
getPageSize()
Max items per page to request
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setInfo(List<String> info)
A list of user IDs, indicating the users whose Tweets should be delivered on the stream
|
void |
setPageSize(Long pageSize)
Max items per page to request
|
String |
toString() |
TwitterUserInformationConfiguration |
withAdditionalProperty(String name,
Object value) |
TwitterUserInformationConfiguration |
withInfo(List<String> info) |
TwitterUserInformationConfiguration |
withPageSize(Long pageSize) |
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="info") public List<String> getInfo()
@BeanProperty(value="info") public void setInfo(List<String> info)
info
- The infopublic TwitterUserInformationConfiguration withInfo(List<String> info)
@BeanProperty(value="page_size") public Long getPageSize()
@BeanProperty(value="page_size") public void setPageSize(Long pageSize)
pageSize
- The page_sizepublic TwitterUserInformationConfiguration withPageSize(Long pageSize)
public String toString()
toString
in class TwitterConfiguration
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class TwitterConfiguration
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class TwitterConfiguration
public TwitterUserInformationConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class TwitterConfiguration
public int hashCode()
hashCode
in class TwitterConfiguration
public boolean equals(Object other)
equals
in class TwitterConfiguration
Copyright © 2018 The Apache Software Foundation. All rights reserved.