-
public final class GetGridHighlightObjectsForTestResponseResponse type for the OverlayDomain.getGridHighlightObjectsForTest command.
-
-
Field Summary
Fields Modifier and Type Field Description private final JsonElementhighlights
-
Constructor Summary
Constructors Constructor Description GetGridHighlightObjectsForTestResponse(JsonElement highlights)
-
Method Summary
Modifier and Type Method Description final JsonElementcomponent1()final GetGridHighlightObjectsForTestResponsecopy(JsonElement highlights)final JsonElementgetHighlights()Grid Highlight data for the node ids provided. -
-
Method Detail
-
component1
final JsonElement component1()
-
copy
final GetGridHighlightObjectsForTestResponse copy(JsonElement highlights)
-
getHighlights
final JsonElement getHighlights()
Grid Highlight data for the node ids provided.
-
-
-
-