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