-
public final class GetSourceOrderHighlightObjectForTestResponseResponse type for the OverlayDomain.getSourceOrderHighlightObjectForTest command.
-
-
Field Summary
Fields Modifier and Type Field Description private final JsonElementhighlight
-
Constructor Summary
Constructors Constructor Description GetSourceOrderHighlightObjectForTestResponse(JsonElement highlight)
-
Method Summary
Modifier and Type Method Description final JsonElementcomponent1()final GetSourceOrderHighlightObjectForTestResponsecopy(JsonElement highlight)final JsonElementgetHighlight()Source order highlight data for the node id provided. -
-
Method Detail
-
component1
final JsonElement component1()
-
copy
final GetSourceOrderHighlightObjectForTestResponse copy(JsonElement highlight)
-
getHighlight
final JsonElement getHighlight()
Source order highlight data for the node id provided.
-
-
-
-