public interface MsgPinSyncResponseOptionWrapper
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MsgPinSyncResponseOption> |
getMsgPinInfoList()
If the data changes, the list of full PIN messages in the session is returned
|
long |
getTime()
Get the timestamp for sync
|
boolean |
isChanged()
A timestamp is passed in the request for sync PIN messages, The method checks if the data at the time of synchronization is changed compared with the data at the timestamp.
|
long getTime()
boolean isChanged()
java.util.ArrayList<MsgPinSyncResponseOption> getMsgPinInfoList()