public class BlockdevOptionsVVFAT extends QApiType
QApiTypeDescriptor{name=BlockdevOptionsVVFAT, data={dir=str, *fat-type=int, *floppy=bool, *label=str, *rw=bool}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
dir |
Long |
fatType |
Boolean |
floppy |
String |
label |
Boolean |
rw |
Constructor and Description |
---|
BlockdevOptionsVVFAT() |
BlockdevOptionsVVFAT(String dir,
Long fatType,
Boolean floppy,
String label,
Boolean rw) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
BlockdevOptionsVVFAT |
withDir(String value) |
BlockdevOptionsVVFAT |
withFatType(Long value) |
BlockdevOptionsVVFAT |
withFloppy(Boolean value) |
BlockdevOptionsVVFAT |
withLabel(String value) |
BlockdevOptionsVVFAT |
withRw(Boolean value) |
toString
@CheckForNull public Long fatType
@CheckForNull public Boolean floppy
@CheckForNull public String label
@CheckForNull public Boolean rw
public BlockdevOptionsVVFAT()
@Nonnull public BlockdevOptionsVVFAT withDir(String value)
@Nonnull public BlockdevOptionsVVFAT withFatType(Long value)
@Nonnull public BlockdevOptionsVVFAT withFloppy(Boolean value)
@Nonnull public BlockdevOptionsVVFAT withLabel(String value)
@Nonnull public BlockdevOptionsVVFAT withRw(Boolean value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException