Uses of Class
com.oracle.bmc.apmtraces.model.QueryResultsTopologyNodeInfo
-
Packages that use QueryResultsTopologyNodeInfo Package Description com.oracle.bmc.apmtraces.model -
-
Uses of QueryResultsTopologyNodeInfo in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return QueryResultsTopologyNodeInfo Modifier and Type Method Description QueryResultsTopologyNodeInfo
QueryResultsTopologyNodeInfo.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type QueryResultsTopologyNodeInfo Modifier and Type Method Description List<QueryResultsTopologyNodeInfo>
QueryResultsTopologyInfo. getNodes()
The information about the attributes of the topology nodes.Methods in com.oracle.bmc.apmtraces.model with parameters of type QueryResultsTopologyNodeInfo Modifier and Type Method Description QueryResultsTopologyNodeInfo.Builder
QueryResultsTopologyNodeInfo.Builder. copy(QueryResultsTopologyNodeInfo model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type QueryResultsTopologyNodeInfo Modifier and Type Method Description QueryResultsTopologyInfo.Builder
QueryResultsTopologyInfo.Builder. nodes(List<QueryResultsTopologyNodeInfo> nodes)
The information about the attributes of the topology nodes.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type QueryResultsTopologyNodeInfo Constructor Description QueryResultsTopologyInfo(List<QueryResultsTopologyNodeInfo> nodes)
Deprecated.
-