public class VirtualGuestBlockDeviceTemplateGroup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VirtualGuestBlockDeviceTemplateGroup.Builder |
Modifier | Constructor and Description |
---|---|
protected |
VirtualGuestBlockDeviceTemplateGroup(int id,
String name,
String globalIdentifier,
int statusId,
int accountId,
int parentId,
String summary,
Set<VirtualGuestBlockDeviceTemplateGroup> children,
Set<VirtualGuestBlockDeviceTemplate> blockDevices) |
Modifier and Type | Method and 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() |
@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)
public static VirtualGuestBlockDeviceTemplateGroup.Builder builder()
public VirtualGuestBlockDeviceTemplateGroup.Builder toBuilder()
public int getId()
public String getName()
public String getGlobalIdentifier()
public int getStatusId()
public int getAccountId()
public int getParentId()
public String getSummary()
public Set<VirtualGuestBlockDeviceTemplateGroup> getChildren()
public Set<VirtualGuestBlockDeviceTemplate> getBlockDevices()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.