public class BlockdevOptionsGenericFormat extends QApiType
QApiTypeDescriptor{name=BlockdevOptionsGenericFormat, data={file=BlockdevRef}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
BlockdevRef |
file |
Constructor and Description |
---|
BlockdevOptionsGenericFormat() |
BlockdevOptionsGenericFormat(BlockdevRef file) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
BlockdevOptionsGenericFormat |
withFile(BlockdevRef value) |
toString
@Nonnull public BlockdevRef file
public BlockdevOptionsGenericFormat()
public BlockdevOptionsGenericFormat(BlockdevRef file)
@Nonnull public BlockdevOptionsGenericFormat withFile(BlockdevRef value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException