Package org.jclouds.ultradns.ws.domain
Class IdAndName
java.lang.Object
org.jclouds.ultradns.ws.domain.IdAndName
- 
Method SummaryModifier and TypeMethodDescriptionstatic IdAndNamebooleangetId()The id of the resource.getName()The name of the resource.inthashCode()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
- 
getIdThe id of the resource. exAAAAAAAAAAAAAAAA
- 
getNameThe name of the resource. exjclouds
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
- 
nameEqualToconvenience predicate as typically the user is unaware of the system generated id of a resource- Parameters:
- name- see- getName()
 
 
-