@Deprecated public class SyndFeedInfo extends Object implements Cloneable, Serializable
A class to represent a SyndFeed
and some useful information
about it.
This class is thread safe, as expected by the different feed fetcher implementations.
Constructor and Description |
---|
SyndFeedInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deprecated.
Creates a deep 'bean' clone of the object.
|
boolean |
equals(Object other)
Deprecated.
Indicates whether some other object is "equal to" this one as defined by the Object equals()
method.
|
String |
getETag()
Deprecated.
|
String |
getId()
Deprecated.
|
Object |
getLastModified()
Deprecated.
|
SyndFeed |
getSyndFeed()
Deprecated.
|
URL |
getUrl()
Deprecated.
|
int |
hashCode()
Deprecated.
Returns a hashcode value for the object.
|
void |
setETag(String string)
Deprecated.
|
void |
setId(String string)
Deprecated.
|
void |
setLastModified(Object o)
Deprecated.
|
void |
setSyndFeed(SyndFeed feed)
Deprecated.
|
void |
setUrl(URL url)
Deprecated.
|
String |
toString()
Deprecated.
Returns the String representation for the object.
|
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- thrown if an element of the object cannot be cloned.public boolean equals(Object other)
public int hashCode()
It follows the contract defined by the Object hashCode() method.
public String toString()
public String getETag()
public Object getLastModified()
public URL getUrl()
public void setETag(String string)
public void setLastModified(Object o)
public void setUrl(URL url)
public SyndFeed getSyndFeed()
public void setSyndFeed(SyndFeed feed)
public String getId()
public void setId(String string)
string
- A unique ID to identify the feed. Note that if the URL of the feed changes this
will remain the sameCopyright © 2021. All rights reserved.