@Generated(value="org.jsonschema2pojo") public class TwitterStreamConfiguration extends TwitterConfiguration implements Serializable
Constructor and Description |
---|
TwitterStreamConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFilterLevel()
Setting this parameter to one of none, low, or medium will set the minimum value of the filter_level Tweet attribute required to be included in the stream
|
List<Long> |
getFollow()
A list of user IDs, indicating the users whose Tweets should be delivered on the stream
|
String |
getIncludeEntities() |
String |
getReplies()
Set to all, to see all @replies
|
List<String> |
getTrack()
A list of phrases which will be used to determine what Tweets will be delivered on the stream
|
Boolean |
getTruncated() |
String |
getWith()
Typically following or user
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFilterLevel(String filterLevel)
Setting this parameter to one of none, low, or medium will set the minimum value of the filter_level Tweet attribute required to be included in the stream
|
void |
setFollow(List<Long> follow)
A list of user IDs, indicating the users whose Tweets should be delivered on the stream
|
void |
setIncludeEntities(String includeEntities) |
void |
setReplies(String replies)
Set to all, to see all @replies
|
void |
setTrack(List<String> track)
A list of phrases which will be used to determine what Tweets will be delivered on the stream
|
void |
setTruncated(Boolean truncated) |
void |
setWith(String with)
Typically following or user
|
String |
toString() |
TwitterStreamConfiguration |
withAdditionalProperty(String name,
Object value) |
TwitterStreamConfiguration |
withFilterLevel(String filterLevel) |
TwitterStreamConfiguration |
withFollow(List<Long> follow) |
TwitterStreamConfiguration |
withIncludeEntities(String includeEntities) |
TwitterStreamConfiguration |
withReplies(String replies) |
TwitterStreamConfiguration |
withTrack(List<String> track) |
TwitterStreamConfiguration |
withTruncated(Boolean truncated) |
TwitterStreamConfiguration |
withWith(String with) |
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="includeEntities") public String getIncludeEntities()
@BeanProperty(value="includeEntities") public void setIncludeEntities(String includeEntities)
includeEntities
- The includeEntitiespublic TwitterStreamConfiguration withIncludeEntities(String includeEntities)
@BeanProperty(value="truncated") public Boolean getTruncated()
@BeanProperty(value="truncated") public void setTruncated(Boolean truncated)
truncated
- The truncatedpublic TwitterStreamConfiguration withTruncated(Boolean truncated)
@BeanProperty(value="filter-level") public String getFilterLevel()
@BeanProperty(value="filter-level") public void setFilterLevel(String filterLevel)
filterLevel
- The filter-levelpublic TwitterStreamConfiguration withFilterLevel(String filterLevel)
@BeanProperty(value="with") public String getWith()
@BeanProperty(value="with") public void setWith(String with)
with
- The withpublic TwitterStreamConfiguration withWith(String with)
@BeanProperty(value="replies") public String getReplies()
@BeanProperty(value="replies") public void setReplies(String replies)
replies
- The repliespublic TwitterStreamConfiguration withReplies(String replies)
@BeanProperty(value="follow") public List<Long> getFollow()
@BeanProperty(value="follow") public void setFollow(List<Long> follow)
follow
- The followpublic TwitterStreamConfiguration withFollow(List<Long> follow)
@BeanProperty(value="track") public List<String> getTrack()
@BeanProperty(value="track") public void setTrack(List<String> track)
track
- The trackpublic TwitterStreamConfiguration withTrack(List<String> track)
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 TwitterStreamConfiguration 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.