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 class
VirtualGuestBlockDeviceTemplateGroup.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
VirtualGuestBlockDeviceTemplateGroup(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.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()
-
-
-
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()
-
-