Package org.jclouds.softlayer.domain
Class VirtualGuestBlockDeviceTemplateGroup
- java.lang.Object
 - 
- org.jclouds.softlayer.domain.VirtualGuestBlockDeviceTemplateGroup
 
 
- 
public class VirtualGuestBlockDeviceTemplateGroup extends Object
Class VirtualGuestBlockDeviceTemplateGroup 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVirtualGuestBlockDeviceTemplateGroup.Builder 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedVirtualGuestBlockDeviceTemplateGroup(int id, String name, String globalIdentifier, int statusId, int accountId, int parentId, String summary, Set<VirtualGuestBlockDeviceTemplateGroup> children, Set<VirtualGuestBlockDeviceTemplate> blockDevices) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VirtualGuestBlockDeviceTemplateGroup.Builderbuilder()booleanequals(Object o)intgetAccountId()Set<VirtualGuestBlockDeviceTemplate>getBlockDevices()Set<VirtualGuestBlockDeviceTemplateGroup>getChildren()StringgetGlobalIdentifier()intgetId()StringgetName()intgetParentId()intgetStatusId()StringgetSummary()inthashCode()VirtualGuestBlockDeviceTemplateGroup.BuildertoBuilder()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
VirtualGuestBlockDeviceTemplateGroup
@ConstructorProperties({"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()
 
 - 
 
 -