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