|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ultradns.ws.domain.IdAndName
public final class IdAndName
| Method Summary | |
|---|---|
static IdAndName |
create(String id,
String name)
|
boolean |
equals(Object obj)
|
String |
getId()
The id of the resource. |
String |
getName()
The name of the resource. |
int |
hashCode()
|
static com.google.common.base.Predicate<IdAndName> |
nameEqualTo(String name)
convenience predicate as typically the user is unaware of the system generated id of a resource |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static IdAndName create(String id,
String name)
public String getId()
AAAAAAAAAAAAAAAA
public String getName()
jclouds
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static com.google.common.base.Predicate<IdAndName> nameEqualTo(String name)
name - see getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||