Constructor and Description |
---|
TestDataObject() |
TestDataObject(JsonObject json) |
TestDataObject(TestDataObject other) |
Modifier and Type | Method and Description |
---|---|
int |
getBar() |
String |
getFoo() |
double |
getWibble() |
TestDataObject |
setBar(int bar) |
TestDataObject |
setFoo(String foo) |
TestDataObject |
setWibble(double wibble) |
JsonObject |
toJson() |
public TestDataObject()
public TestDataObject(TestDataObject other)
public TestDataObject(JsonObject json)
public String getFoo()
public TestDataObject setFoo(String foo)
public int getBar()
public TestDataObject setBar(int bar)
public double getWibble()
public TestDataObject setWibble(double wibble)
public JsonObject toJson()
Copyright © 2015. All Rights Reserved.