Package org.jclouds.ultradns.ws.domain
Class IdAndName
- java.lang.Object
-
- org.jclouds.ultradns.ws.domain.IdAndName
-
public final class IdAndName extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 resourceString
toString()
-