-
public final class GetHighlightObjectForTestResponseResponse type for the OverlayDomain.getHighlightObjectForTest command.
-
-
Field Summary
Fields Modifier and Type Field Description private final JsonElementhighlight
-
Constructor Summary
Constructors Constructor Description GetHighlightObjectForTestResponse(JsonElement highlight)
-
Method Summary
Modifier and Type Method Description final JsonElementcomponent1()final GetHighlightObjectForTestResponsecopy(JsonElement highlight)final JsonElementgetHighlight()Highlight data for the node. -
-
Method Detail
-
component1
final JsonElement component1()
-
copy
final GetHighlightObjectForTestResponse copy(JsonElement highlight)
-
getHighlight
final JsonElement getHighlight()
Highlight data for the node.
-
-
-
-