Package io.sendon.point.response
Class GetPoints
- java.lang.Object
-
- io.sendon.base.SendonResponse
-
- io.sendon.point.response.GetPoints
-
public class GetPoints extends SendonResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPoints.Freestatic classGetPoints.Generalstatic classGetPoints.GetPointsDatastatic classGetPoints.Point
-
Field Summary
Fields Modifier and Type Field Description GetPoints.GetPointsDatadata-
Fields inherited from class io.sendon.base.SendonResponse
code, message
-
-
Constructor Summary
Constructors Constructor Description GetPoints(SendonJsonResponse sendonJsonResponse)
-
Method Summary
-
Methods inherited from class io.sendon.base.SendonResponse
getBooleanValue, getBooleanValue, getDateValue, getEnumValue, getFloatValue, getIntValue, getStringValue
-
-
-
-
Field Detail
-
data
public GetPoints.GetPointsData data
-
-
Constructor Detail
-
GetPoints
public GetPoints(SendonJsonResponse sendonJsonResponse)
-
-