Class ActionResponse
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class ActionResponse
-
-
Field Summary
Fields Modifier and Type Field Description private List<ActionSourceData>dataprivate StringupdateId
-
Constructor Summary
Constructors Constructor Description ActionResponse(List<ActionSourceData> data, String updateId)
-
Method Summary
Modifier and Type Method Description final List<ActionSourceData>getData()final UnitsetData(@Json(name = "actions") List<ActionSourceData> data)final StringgetUpdateId()final UnitsetUpdateId(@Json(name = "update_id") String updateId)-
-
Constructor Detail
-
ActionResponse
ActionResponse(List<ActionSourceData> data, String updateId)
-
-
Method Detail
-
getData
final List<ActionSourceData> getData()
-
setData
final Unit setData(@Json(name = "actions") List<ActionSourceData> data)
-
getUpdateId
final String getUpdateId()
-
setUpdateId
final Unit setUpdateId(@Json(name = "update_id") String updateId)
-
-
-
-