-
public class ThingPushBean.NotificationBean.ExtraBean
-
-
Method Summary
Modifier and Type Method Description StringgetLink()app link voidsetLink(String link)intgetCategory()category voidsetCategory(int category)StringgetType()channel type voidsetType(String type)StringgetDevId()device id voidsetDevId(String devId)-
-
Method Detail
-
getLink
String getLink()
app link
-
setLink
void setLink(String link)
-
getCategory
int getCategory()
category
-
setCategory
void setCategory(int category)
-
getType
String getType()
channel type
-
setType
void setType(String type)
-
getDevId
String getDevId()
device id
-
setDevId
void setDevId(String devId)
-
-
-
-