-
public class PushStatusBean
-
-
Field Summary
Fields Modifier and Type Field Description private String
deviceId
private String
isPushEnable
-
Method Summary
Modifier and Type Method Description String
getDeviceId()
Get device id void
setDeviceId(String deviceId)
String
getIsPushEnable()
Get push state (0:close 、1:open) void
setIsPushEnable(String isPushEnable)
-
-
Method Detail
-
getDeviceId
String getDeviceId()
Get device id
-
setDeviceId
void setDeviceId(String deviceId)
-
getIsPushEnable
String getIsPushEnable()
Get push state (0:close 、1:open)
-
setIsPushEnable
void setIsPushEnable(String isPushEnable)
-
-
-
-