@Generated(value="org.jsonschema2pojo") public class InstagramCommentsProviderConfiguration extends InstagramConfiguration implements Serializable
Constructor and Description |
---|
InstagramCommentsProviderConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getInfo()
A list of media IDs, indicating the media whose comments should be delivered on the stream.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setInfo(List<String> info)
A list of media IDs, indicating the media whose comments should be delivered on the stream.
|
String |
toString() |
InstagramCommentsProviderConfiguration |
withAdditionalProperty(String name,
Object value) |
InstagramCommentsProviderConfiguration |
withInfo(List<String> info) |
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 InstagramCommentsProviderConfiguration()
@BeanProperty(value="info") public List<String> getInfo()
@BeanProperty(value="info") public void setInfo(List<String> info)
info
- The infopublic InstagramCommentsProviderConfiguration withInfo(List<String> info)
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 InstagramCommentsProviderConfiguration 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.