public class ImageInfoSpecificVmdk extends QApiType
QApiTypeDescriptor{name=ImageInfoSpecificVmdk, data={create-type=str, cid=int, parent-cid=int, extents=[ImageInfo]}, innerTypes=null}| Modifier and Type | Field and Description |
|---|---|
long |
cid |
String |
createType |
List<ImageInfo> |
extents |
long |
parentCid |
| Constructor and Description |
|---|
ImageInfoSpecificVmdk() |
ImageInfoSpecificVmdk(String createType,
long cid,
long parentCid,
List<ImageInfo> extents) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
ImageInfoSpecificVmdk |
withCid(long value) |
ImageInfoSpecificVmdk |
withCreateType(String value) |
ImageInfoSpecificVmdk |
withExtents(List<ImageInfo> value) |
ImageInfoSpecificVmdk |
withParentCid(long value) |
toString@Nonnull public String createType
public ImageInfoSpecificVmdk()
public ImageInfoSpecificVmdk(String createType, long cid, long parentCid, List<ImageInfo> extents)
@Nonnull public ImageInfoSpecificVmdk withCreateType(String value)
@Nonnull public ImageInfoSpecificVmdk withCid(long value)
@Nonnull public ImageInfoSpecificVmdk withParentCid(long value)
@Nonnull public ImageInfoSpecificVmdk withExtents(List<ImageInfo> value)
public List<String> getFieldNames()
getFieldNames in class QApiTypepublic Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName in class QApiTypeNoSuchFieldException