public class BlockdevSnapshotInternal extends QApiType
QApiTypeDescriptor{name=BlockdevSnapshotInternal, data={device=str, name=str}, innerTypes=null}
Constructor and Description |
---|
BlockdevSnapshotInternal() |
BlockdevSnapshotInternal(String device,
String name) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
BlockdevSnapshotInternal |
withDevice(String value) |
BlockdevSnapshotInternal |
withName(String value) |
toString
public BlockdevSnapshotInternal()
public BlockdevSnapshotInternal(String device, String name)
@Nonnull public BlockdevSnapshotInternal withDevice(String value)
@Nonnull public BlockdevSnapshotInternal withName(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException