public class RelFirst
extends Object
| Constructor and Description |
|---|
RelFirst() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
Get href
|
int |
hashCode() |
RelFirst |
href(String href)
Returns a RelFirst instance initialized with href
|
void |
setHref(String href) |
String |
toString() |
public RelFirst href(String href)
href - href to be associated with RelFirstpublic 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