@Generated(value="org.jsonschema2pojo") public class InstagramEngagersProviderConfiguration extends InstagramConfiguration implements Serializable
Constructor and Description |
---|
InstagramEngagersProviderConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<Endpoint> |
getEndpoints()
Which endpoints to use when finding engagers.
|
List<String> |
getInfo()
A list of media IDs, indicating the media whose comments should be delivered on the stream.
|
Long |
getMaxItems()
Max items per user to collect
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setEndpoints(List<Endpoint> endpoints)
Which endpoints to use when finding engagers.
|
void |
setInfo(List<String> info)
A list of media IDs, indicating the media whose comments should be delivered on the stream.
|
void |
setMaxItems(Long maxItems)
Max items per user to collect
|
String |
toString() |
InstagramEngagersProviderConfiguration |
withAdditionalProperty(String name,
Object value) |
InstagramEngagersProviderConfiguration |
withEndpoints(List<Endpoint> endpoints) |
InstagramEngagersProviderConfiguration |
withInfo(List<String> info) |
InstagramEngagersProviderConfiguration |
withMaxItems(Long maxItems) |
getHost, getOauth, getPort, getProtocol, getRetryMax, getRetrySleepMs, getThreadsPerProvider, getVersion, setHost, setOauth, setPort, setProtocol, setRetryMax, setRetrySleepMs, setThreadsPerProvider, setVersion, withHost, withOauth, withPort, withProtocol, withRetryMax, withRetrySleepMs, withThreadsPerProvider, withVersion
public InstagramEngagersProviderConfiguration()
@BeanProperty(value="endpoints") public List<Endpoint> getEndpoints()
@BeanProperty(value="endpoints") public void setEndpoints(List<Endpoint> endpoints)
endpoints
- The endpointspublic InstagramEngagersProviderConfiguration withEndpoints(List<Endpoint> endpoints)
@BeanProperty(value="info") public List<String> getInfo()
@BeanProperty(value="info") public void setInfo(List<String> info)
info
- The infopublic InstagramEngagersProviderConfiguration withInfo(List<String> info)
@BeanProperty(value="max_items") public Long getMaxItems()
@BeanProperty(value="max_items") public void setMaxItems(Long maxItems)
maxItems
- The max_itemspublic InstagramEngagersProviderConfiguration withMaxItems(Long maxItems)
public String toString()
toString
in class InstagramConfiguration
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class InstagramConfiguration
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class InstagramConfiguration
public InstagramEngagersProviderConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class InstagramConfiguration
public int hashCode()
hashCode
in class InstagramConfiguration
public boolean equals(Object other)
equals
in class InstagramConfiguration
Copyright © 2018 The Apache Software Foundation. All rights reserved.