public class RelLast
extends Object
| Constructor and Description |
|---|
RelLast() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
Get href
|
int |
hashCode() |
RelLast |
href(String href)
Returns a RelLast instance initialized with href
|
void |
setHref(String href) |
String |
toString() |
public RelLast href(String href)
href - href to be associated with RelLastpublic String getHref()
public void setHref(String href)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object