-
public class ThingPushBean.NotificationBean.ExtraBean
-
-
Method Summary
Modifier and Type Method Description String
getLink()
app link void
setLink(String link)
int
getCategory()
category void
setCategory(int category)
String
getType()
channel type void
setType(String type)
String
getDevId()
device id void
setDevId(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)
-
-
-
-