-
public class MeshOnlineStatusUpdateEventModel
Created by letian on 2017/6/6.
-
-
Constructor Summary
Constructors Constructor Description MeshOnlineStatusUpdateEventModel(String meshId, String devId, List<String> online, List<String> offline)
-
Method Summary
Modifier and Type Method Description String
getMeshId()
String
getDevId()
List<String>
getOffline()
List<String>
getOnline()
String
toString()
-
-
Method Detail
-
getMeshId
String getMeshId()
-
getDevId
String getDevId()
-
getOffline
List<String> getOffline()
-
getOnline
List<String> getOnline()
-
toString
String toString()
-
-
-
-