public class EZTransferMessageInfo
extends java.lang.Object
Constructor and Description |
---|
EZTransferMessageInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppKey()
Get appkey
|
java.util.Calendar |
getCreateTime()
Get time of creation (calendar)
|
java.lang.String |
getData()
Get message content
|
java.lang.String |
getDestination()
Get destination
|
java.lang.String |
getDeviceSerial()
Get device serial No.
|
long |
getInternalCreateDate()
Get time of creation (ms)
|
java.lang.String |
getMsgId()
Get message sequence
|
java.lang.String |
getMsgType()
Get message type
|
void |
setAppKey(java.lang.String appKey)
Set appKey
|
void |
setCreateTime(java.util.Calendar createTime)
Set time of creation (calendar)
|
void |
setData(java.lang.String data)
Set message content
|
void |
setDestination(java.lang.String destination)
Set destination
|
void |
setDeviceSerial(java.lang.String deviceSerial)
Set device serial No.
|
void |
setInternalCreateDate(long internalCreateDate)
Set time of creation (ms)
|
void |
setMsgId(java.lang.String msgId)
Set message sequence
|
void |
setMsgType(java.lang.String msgType)
Set message type, similar to the naming method of java package, to avoid duplication
|
public long getInternalCreateDate()
public void setInternalCreateDate(long internalCreateDate)
internalCreateDate
- time of creation (ms)public void setMsgId(java.lang.String msgId)
msgId
- message sequencepublic void setAppKey(java.lang.String appKey)
appKey
- public void setDestination(java.lang.String destination)
destination
- destinationpublic void setMsgType(java.lang.String msgType)
msgType
- public void setData(java.lang.String data)
data
- public void setDeviceSerial(java.lang.String deviceSerial)
deviceSerial
- public java.lang.String getMsgId()
public java.lang.String getAppKey()
public java.lang.String getDestination()
public java.lang.String getMsgType()
public java.lang.String getData()
public java.lang.String getDeviceSerial()
public java.util.Calendar getCreateTime()
public void setCreateTime(java.util.Calendar createTime)
createTime
- Calendar