public static enum BaJobResponse.BaJobBottleneck extends Enum<BaJobResponse.BaJobBottleneck>
Enum Constant and Description |
---|
NETWORK |
PROXY |
SOURCE |
SOURCE_WAN_ACCELERATOR |
TARGET |
TARGET_WAN_ACCELERATOR |
UNKNOWN |
Modifier and Type | Field and Description |
---|---|
static Map<String,BaJobResponse.BaJobBottleneck> |
statusMap |
Modifier and Type | Method and Description |
---|---|
static BaJobResponse.BaJobBottleneck |
getBaJobBottleneck(String value)
Get the BaJobBottleneck enum given the VAC value.
|
String |
getValue()
Get the VAC value of the job bottleneck.
|
static BaJobResponse.BaJobBottleneck |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaJobResponse.BaJobBottleneck[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaJobResponse.BaJobBottleneck SOURCE
public static final BaJobResponse.BaJobBottleneck PROXY
public static final BaJobResponse.BaJobBottleneck NETWORK
public static final BaJobResponse.BaJobBottleneck TARGET
public static final BaJobResponse.BaJobBottleneck SOURCE_WAN_ACCELERATOR
public static final BaJobResponse.BaJobBottleneck TARGET_WAN_ACCELERATOR
public static final BaJobResponse.BaJobBottleneck UNKNOWN
public static Map<String,BaJobResponse.BaJobBottleneck> statusMap
public static BaJobResponse.BaJobBottleneck[] values()
for (BaJobResponse.BaJobBottleneck c : BaJobResponse.BaJobBottleneck.values()) System.out.println(c);
public static BaJobResponse.BaJobBottleneck 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 String getValue()
String
vac valuepublic static BaJobResponse.BaJobBottleneck getBaJobBottleneck(String value)
value
- String
valueBaJobResponse.BaJobBottleneck
ba job bottleneckCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.