Package org.jclouds.ultradns.ws.domain
Class IdAndName
java.lang.Object
org.jclouds.ultradns.ws.domain.IdAndName
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdAndName
boolean
getId()
The id of the resource.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 resourcetoString()
-
Method Details
-
create
-
getId
The id of the resource. exAAAAAAAAAAAAAAAA
-
getName
The name of the resource. exjclouds
-
hashCode
public int hashCode() -
equals
-
toString
-
nameEqualTo
convenience predicate as typically the user is unaware of the system generated id of a resource- Parameters:
name
- seegetName()
-