@Generated(value="org.jsonschema2pojo") public class FacebookUserstreamConfiguration extends FacebookConfiguration implements Serializable
Constructor and Description |
---|
FacebookUserstreamConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getInfo()
A list of user IDs, indicating users of interest
|
Long |
getPollIntervalMillis()
Polling interval in ms
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setInfo(List<String> info)
A list of user IDs, indicating users of interest
|
void |
setPollIntervalMillis(Long pollIntervalMillis)
Polling interval in ms
|
String |
toString() |
FacebookUserstreamConfiguration |
withAdditionalProperty(String name,
Object value) |
FacebookUserstreamConfiguration |
withInfo(List<String> info) |
FacebookUserstreamConfiguration |
withPollIntervalMillis(Long pollIntervalMillis) |
getEndpoint, getHost, getIds, getOauth, getPort, getProtocol, getUserAccessTokens, getVersion, setEndpoint, setHost, setIds, setOauth, setPort, setProtocol, setUserAccessTokens, setVersion, withEndpoint, withHost, withIds, withOauth, withPort, withProtocol, withUserAccessTokens, withVersion
@BeanProperty(value="info") public List<String> getInfo()
@BeanProperty(value="info") public void setInfo(List<String> info)
info
- The infopublic FacebookUserstreamConfiguration withInfo(List<String> info)
@BeanProperty(value="pollIntervalMillis") public Long getPollIntervalMillis()
@BeanProperty(value="pollIntervalMillis") public void setPollIntervalMillis(Long pollIntervalMillis)
pollIntervalMillis
- The pollIntervalMillispublic FacebookUserstreamConfiguration withPollIntervalMillis(Long pollIntervalMillis)
public String toString()
toString
in class FacebookConfiguration
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class FacebookConfiguration
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class FacebookConfiguration
public FacebookUserstreamConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class FacebookConfiguration
public int hashCode()
hashCode
in class FacebookConfiguration
public boolean equals(Object other)
equals
in class FacebookConfiguration
Copyright © 2018 The Apache Software Foundation. All rights reserved.