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