public class VersionInfo extends QApiType
QApiTypeDescriptor{name=VersionInfo, data={qemu=VersionTriple, package=str}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
_package |
VersionTriple |
qemu |
Constructor and Description |
---|
VersionInfo() |
VersionInfo(VersionTriple qemu,
String _package) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
VersionInfo |
with_package(String value) |
VersionInfo |
withQemu(VersionTriple value) |
toString
public VersionInfo()
public VersionInfo(VersionTriple qemu, String _package)
@Nonnull public VersionInfo withQemu(VersionTriple value)
@Nonnull public VersionInfo with_package(String value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException