@Generated(value="org.jsonschema2pojo") public class FeedDetails extends Object implements Serializable
| Constructor and Description | 
|---|
FeedDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)  | 
Map<String,Object> | 
getAdditionalProperties()  | 
Long | 
getPollIntervalMillis()
Polling interval in ms 
 | 
String | 
getUrl()
The feed url 
 | 
int | 
hashCode()  | 
void | 
setAdditionalProperty(String name,
                     Object value)  | 
void | 
setPollIntervalMillis(Long pollIntervalMillis)
Polling interval in ms 
 | 
void | 
setUrl(String url)
The feed url 
 | 
String | 
toString()  | 
FeedDetails | 
withAdditionalProperty(String name,
                      Object value)  | 
FeedDetails | 
withPollIntervalMillis(Long pollIntervalMillis)  | 
FeedDetails | 
withUrl(String url)  | 
@BeanProperty(value="url") public String getUrl()
@BeanProperty(value="url") public void setUrl(String url)
url - The urlpublic FeedDetails withUrl(String url)
@BeanProperty(value="pollIntervalMillis") public Long getPollIntervalMillis()
@BeanProperty(value="pollIntervalMillis") public void setPollIntervalMillis(Long pollIntervalMillis)
pollIntervalMillis - The pollIntervalMillispublic FeedDetails withPollIntervalMillis(Long pollIntervalMillis)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FeedDetails withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.