-
public class TANotificationInfo
-
-
Method Summary
Modifier and Type Method Description StringgetTitle()voidsetTitle(String title)StringgetContent()voidsetContent(String content)longgetTime()voidsetTime(long time)static TANotificationInfofromJson(String json)StringtoJson()-
-
Method Detail
-
getContent
String getContent()
-
setContent
void setContent(String content)
-
getTime
long getTime()
-
setTime
void setTime(long time)
-
fromJson
static TANotificationInfo fromJson(String json)
-
-
-
-