Uses of Class
com.oracle.bmc.apmsynthetics.model.Node
-
Packages that use Node Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of Node in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return Node Modifier and Type Method Description Node
Node.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model that return types with arguments of type Node Modifier and Type Method Description List<List<Node>>
AggregatedNetworkData. getNodesByLevel()
An array of node arrays where each internal array corresponds to nodes at one level.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type Node Modifier and Type Method Description Node.Builder
Node.Builder. copy(Node model)
Method parameters in com.oracle.bmc.apmsynthetics.model with type arguments of type Node Modifier and Type Method Description AggregatedNetworkData.Builder
AggregatedNetworkData.Builder. nodesByLevel(List<List<Node>> nodesByLevel)
An array of node arrays where each internal array corresponds to nodes at one level.
-