public static enum AggregatedNetworkData.ResultState extends Enum<AggregatedNetworkData.ResultState> implements BmcEnum
Status of the aggregated network data result.
Enum Constant and Description |
---|
Failure |
Partial |
Success |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AggregatedNetworkData.ResultState |
create(String key) |
String |
getValue() |
static AggregatedNetworkData.ResultState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregatedNetworkData.ResultState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregatedNetworkData.ResultState Success
public static final AggregatedNetworkData.ResultState Failure
public static final AggregatedNetworkData.ResultState Partial
public static final AggregatedNetworkData.ResultState UnknownEnumValue
public static AggregatedNetworkData.ResultState[] values()
for (AggregatedNetworkData.ResultState c : AggregatedNetworkData.ResultState.values()) System.out.println(c);
public static AggregatedNetworkData.ResultState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AggregatedNetworkData.ResultState create(String key)
Copyright © 2016–2024. All rights reserved.