Class Utils
- java.lang.Object
-
- io.openems.edge.controller.api.websocket.Utils
-
public class Utils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<GetEdgesResponse.EdgeMetadata>
getEdgeMetadata(Role role)
Gets the EdgeMetadata for one Edge.
-
-
-
Method Detail
-
getEdgeMetadata
public static java.util.List<GetEdgesResponse.EdgeMetadata> getEdgeMetadata(Role role)
Gets the EdgeMetadata for one Edge.- Parameters:
role
- theRole
for this Edge- Returns:
- a list of
GetEdgesResponse.EdgeMetadata
s
-
-