Constructor and Description |
---|
KvmInfo() |
KvmInfo(boolean enabled,
boolean present) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
KvmInfo |
withEnabled(boolean value) |
KvmInfo |
withPresent(boolean value) |
toString
public KvmInfo()
public KvmInfo(boolean enabled, boolean present)
@Nonnull public KvmInfo withEnabled(boolean value)
@Nonnull public KvmInfo withPresent(boolean value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException