public class ImageInfoSpecificQCow2 extends QApiType
QApiTypeDescriptor{name=ImageInfoSpecificQCow2, data={compat=str, *lazy-refcounts=bool, *corrupt=bool, refcount-bits=int}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
compat |
Boolean |
corrupt |
Boolean |
lazyRefcounts |
long |
refcountBits |
Constructor and Description |
---|
ImageInfoSpecificQCow2() |
ImageInfoSpecificQCow2(String compat,
Boolean lazyRefcounts,
Boolean corrupt,
long refcountBits) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
ImageInfoSpecificQCow2 |
withCompat(String value) |
ImageInfoSpecificQCow2 |
withCorrupt(Boolean value) |
ImageInfoSpecificQCow2 |
withLazyRefcounts(Boolean value) |
ImageInfoSpecificQCow2 |
withRefcountBits(long value) |
toString
@CheckForNull public Boolean lazyRefcounts
@CheckForNull public Boolean corrupt
@Nonnull public long refcountBits
public ImageInfoSpecificQCow2()
public ImageInfoSpecificQCow2(String compat, Boolean lazyRefcounts, Boolean corrupt, long refcountBits)
@Nonnull public ImageInfoSpecificQCow2 withCompat(String value)
@Nonnull public ImageInfoSpecificQCow2 withLazyRefcounts(Boolean value)
@Nonnull public ImageInfoSpecificQCow2 withCorrupt(Boolean value)
@Nonnull public ImageInfoSpecificQCow2 withRefcountBits(long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException