public class BalloonInfo extends QApiType
QApiTypeDescriptor{name=BalloonInfo, data={actual=int}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
long |
actual |
Constructor and Description |
---|
BalloonInfo() |
BalloonInfo(long actual) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
BalloonInfo |
withActual(long value) |
toString
public BalloonInfo()
public BalloonInfo(long actual)
@Nonnull public BalloonInfo withActual(long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException