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