Package org.jclouds.softlayer.domain
Class VirtualGuestBlockDeviceTemplateGroup
java.lang.Object
org.jclouds.softlayer.domain.VirtualGuestBlockDeviceTemplateGroup
Class VirtualGuestBlockDeviceTemplateGroup
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
VirtualGuestBlockDeviceTemplateGroup
(int id, String name, String globalIdentifier, int statusId, int accountId, int parentId, String summary, Set<VirtualGuestBlockDeviceTemplateGroup> children, Set<VirtualGuestBlockDeviceTemplate> blockDevices) -
Method Summary
-
Constructor Details
-
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 Details
-
builder
-
toBuilder
-
getId
public int getId() -
getName
-
getGlobalIdentifier
-
getStatusId
public int getStatusId() -
getAccountId
public int getAccountId() -
getParentId
public int getParentId() -
getSummary
-
getChildren
-
getBlockDevices
-
equals
-
hashCode
public int hashCode() -
toString
-