Class StateActionInfo
-
- All Implemented Interfaces:
public class StateActionInfo
-
-
Field Summary
Fields Modifier and Type Field Description private StateActionTypetype
-
Constructor Summary
Constructors Constructor Description StateActionInfo(StateActionType temp)
-
Method Summary
Modifier and Type Method Description StateActionTypegetType()UnitsetType(@SerializedName(value = "t") StateActionType type)-
-
Constructor Detail
-
StateActionInfo
StateActionInfo(StateActionType temp)
-
-
Method Detail
-
getType
StateActionType getType()
-
setType
Unit setType(@SerializedName(value = "t") StateActionType type)
-
-
-
-