Uses of Class
com.oracle.bmc.apmsynthetics.model.AggregatedNetworkData.ResultState
-
Packages that use AggregatedNetworkData.ResultState Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of AggregatedNetworkData.ResultState in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return AggregatedNetworkData.ResultState Modifier and Type Method Description static AggregatedNetworkData.ResultState
AggregatedNetworkData.ResultState. create(String key)
AggregatedNetworkData.ResultState
AggregatedNetworkData. getResultState()
Status of the aggregated network data result.static AggregatedNetworkData.ResultState
AggregatedNetworkData.ResultState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AggregatedNetworkData.ResultState[]
AggregatedNetworkData.ResultState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type AggregatedNetworkData.ResultState Modifier and Type Method Description AggregatedNetworkData.Builder
AggregatedNetworkData.Builder. resultState(AggregatedNetworkData.ResultState resultState)
Status of the aggregated network data result.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type AggregatedNetworkData.ResultState Constructor Description AggregatedNetworkData(AggregatedNetworkData.ResultState resultState, List<VantagePointNode> vantagePointNodes, List<List<Node>> nodesByLevel, Map<String,Link> links, String errorDetails)
Deprecated.
-