-
public class ThingPushBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classThingPushBean.NotificationBean
-
Field Summary
Fields Modifier and Type Field Description private Stringtprivate StringmsgIdprivate ThingPushBean.NotificationBeannotification
-
Method Summary
Modifier and Type Method Description StringgetT()time voidsetT(String t)StringgetMsgId()message id voidsetMsgId(String msgId)ThingPushBean.NotificationBeangetNotification()voidsetNotification(ThingPushBean.NotificationBean notification)-
-
Method Detail
-
getT
String getT()
time
-
setT
void setT(String t)
-
getMsgId
String getMsgId()
message id
-
setMsgId
void setMsgId(String msgId)
-
getNotification
ThingPushBean.NotificationBean getNotification()
-
setNotification
void setNotification(ThingPushBean.NotificationBean notification)
-
-
-
-