@Generated(value="org.jsonschema2pojo") public class RssStreamConfiguration extends Object implements Serializable
Constructor and Description |
---|
RssStreamConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<FeedDetails> |
getFeeds() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFeeds(List<FeedDetails> feeds) |
String |
toString() |
RssStreamConfiguration |
withAdditionalProperty(String name,
Object value) |
RssStreamConfiguration |
withFeeds(List<FeedDetails> feeds) |
@BeanProperty(value="feeds") public List<FeedDetails> getFeeds()
@BeanProperty(value="feeds") public void setFeeds(List<FeedDetails> feeds)
feeds
- The feedspublic RssStreamConfiguration withFeeds(List<FeedDetails> feeds)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public RssStreamConfiguration withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.