-
public class MeshLocalOnlineStatusReportEventModelCreated by huguang on 05-15-2024
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmeshIdprivate final List<String>onlineNodeIds
-
Constructor Summary
Constructors Constructor Description MeshLocalOnlineStatusReportEventModel(String meshId, List<String> onlineNodeIds)
-
Method Summary
Modifier and Type Method Description StringgetMeshId()List<String>getOnlineNodeIds()StringtoString()-
-
Method Detail
-
getMeshId
String getMeshId()
-
getOnlineNodeIds
List<String> getOnlineNodeIds()
-
toString
String toString()
-
-
-
-