@Generated(value="org.jsonschema2pojo") public class InstagramRecentMediaProviderConfiguration extends InstagramConfiguration implements Serializable
Constructor and Description |
---|
InstagramRecentMediaProviderConfiguration() |
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 posts should be delivered on the stream
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setInfo(List<String> info)
A list of user IDs, indicating the users whose posts should be delivered on the stream
|
String |
toString() |
InstagramRecentMediaProviderConfiguration |
withAdditionalProperty(String name,
Object value) |
InstagramRecentMediaProviderConfiguration |
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 InstagramRecentMediaProviderConfiguration()
@BeanProperty(value="info") public List<String> getInfo()
@BeanProperty(value="info") public void setInfo(List<String> info)
info
- The infopublic InstagramRecentMediaProviderConfiguration 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 InstagramRecentMediaProviderConfiguration 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.