-
public class ThingPushBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ThingPushBean.NotificationBean
-
Field Summary
Fields Modifier and Type Field Description private String
t
private String
msgId
private ThingPushBean.NotificationBean
notification
-
Method Summary
Modifier and Type Method Description String
getT()
time void
setT(String t)
String
getMsgId()
message id void
setMsgId(String msgId)
ThingPushBean.NotificationBean
getNotification()
void
setNotification(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)
-
-
-
-