Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
AggregatedNetworkData.Builder |
AggregatedNetworkData.Builder.resultState(AggregatedNetworkData.ResultState resultState)
Status of the aggregated network data result.
|
Constructor and Description |
---|
AggregatedNetworkData(AggregatedNetworkData.ResultState resultState,
List<VantagePointNode> vantagePointNodes,
List<List<Node>> nodesByLevel,
Map<String,Link> links,
String errorDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.