public final class FeedRequestBean extends Object
| Constructor and Description |
|---|
FeedRequestBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
long |
getRefreshPeriod() |
String |
getTitle() |
String |
getUrls() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setRefreshPeriod(long refreshPeriod) |
void |
setTitle(String title) |
void |
setUrls(String urls) |
String |
toString() |
public String getUrls()
public void setUrls(String urls)
public long getRefreshPeriod()
public void setRefreshPeriod(long refreshPeriod)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.