org.jclouds.softlayer.domain
Class VirtualGuestBlockDeviceTemplateGroup

java.lang.Object
  extended by org.jclouds.softlayer.domain.VirtualGuestBlockDeviceTemplateGroup

public class VirtualGuestBlockDeviceTemplateGroup
extends Object

Class VirtualGuestBlockDeviceTemplateGroup

See Also:

Nested Class Summary
static class VirtualGuestBlockDeviceTemplateGroup.Builder
           
 
Constructor Summary
protected VirtualGuestBlockDeviceTemplateGroup(int id, String name, String globalIdentifier, int statusId, int accountId, int parentId, String summary, Set<VirtualGuestBlockDeviceTemplateGroup> children, Set<VirtualGuestBlockDeviceTemplate> blockDevices)
           
 
Method Summary
static VirtualGuestBlockDeviceTemplateGroup.Builder builder()
           
 boolean equals(Object o)
           
 int getAccountId()
           
 Set<VirtualGuestBlockDeviceTemplate> getBlockDevices()
           
 Set<VirtualGuestBlockDeviceTemplateGroup> getChildren()
           
 String getGlobalIdentifier()
           
 int getId()
           
 String getName()
           
 int getParentId()
           
 int getStatusId()
           
 String getSummary()
           
 int hashCode()
           
 VirtualGuestBlockDeviceTemplateGroup.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualGuestBlockDeviceTemplateGroup

@ConstructorProperties(value={"id","name","globalIdentifier","statusId","accountId","parentId","summary","children","blockDevices"})
protected VirtualGuestBlockDeviceTemplateGroup(int id,
                                                                          @Nullable
                                                                          String name,
                                                                          @Nullable
                                                                          String globalIdentifier,
                                                                          int statusId,
                                                                          int accountId,
                                                                          int parentId,
                                                                          @Nullable
                                                                          String summary,
                                                                          @Nullable
                                                                          Set<VirtualGuestBlockDeviceTemplateGroup> children,
                                                                          @Nullable
                                                                          Set<VirtualGuestBlockDeviceTemplate> blockDevices)
Method Detail

builder

public static VirtualGuestBlockDeviceTemplateGroup.Builder builder()

toBuilder

public VirtualGuestBlockDeviceTemplateGroup.Builder toBuilder()

getId

public int getId()

getName

public String getName()

getGlobalIdentifier

public String getGlobalIdentifier()

getStatusId

public int getStatusId()

getAccountId

public int getAccountId()

getParentId

public int getParentId()

getSummary

public String getSummary()

getChildren

public Set<VirtualGuestBlockDeviceTemplateGroup> getChildren()

getBlockDevices

public Set<VirtualGuestBlockDeviceTemplate> getBlockDevices()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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