org.jclouds.ultradns.ws.domain
Class AccountLevelGroup

java.lang.Object
  extended by org.jclouds.ultradns.ws.domain.AccountLevelGroup

public final class AccountLevelGroup
extends Object


Nested Class Summary
static class AccountLevelGroup.Builder
           
 
Method Summary
static AccountLevelGroup.Builder builder()
           
 boolean equals(Object obj)
           
 String getId()
           
 String getName()
           
 int getRecordCount()
           
 DirectionalPool.Type getType()
           
 int hashCode()
           
 AccountLevelGroup.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public String getId()

getName

public String getName()

getType

public DirectionalPool.Type getType()

getRecordCount

public int getRecordCount()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

builder

public static AccountLevelGroup.Builder builder()

toBuilder

public AccountLevelGroup.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.