public static enum BaJobResponse.BaJobStatus extends Enum<BaJobResponse.BaJobStatus>
Enum Constant and Description |
---|
DISABLING |
ENABLING |
FAILED |
IDLE |
NONE |
RUNNING |
STARTING |
STOPPING |
SUCCESS |
UNKNOWN |
WAITINGREPOSITORY |
WAITINGTAPE |
WARNING |
Modifier and Type | Field and Description |
---|---|
static Map<String,BaJobResponse.BaJobStatus> |
statusMap |
Modifier and Type | Method and Description |
---|---|
static BaJobResponse.BaJobStatus |
getBaJobStatus(String value)
Gets a Ba Job status enum given the VAC value.
|
String |
getValue()
Get the VAC value of the job status.
|
static BaJobResponse.BaJobStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaJobResponse.BaJobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaJobResponse.BaJobStatus UNKNOWN
public static final BaJobResponse.BaJobStatus NONE
public static final BaJobResponse.BaJobStatus IDLE
public static final BaJobResponse.BaJobStatus SUCCESS
public static final BaJobResponse.BaJobStatus WARNING
public static final BaJobResponse.BaJobStatus FAILED
public static final BaJobResponse.BaJobStatus RUNNING
public static final BaJobResponse.BaJobStatus STARTING
public static final BaJobResponse.BaJobStatus STOPPING
public static final BaJobResponse.BaJobStatus ENABLING
public static final BaJobResponse.BaJobStatus DISABLING
public static final BaJobResponse.BaJobStatus WAITINGTAPE
public static final BaJobResponse.BaJobStatus WAITINGREPOSITORY
public static Map<String,BaJobResponse.BaJobStatus> statusMap
public static BaJobResponse.BaJobStatus[] values()
for (BaJobResponse.BaJobStatus c : BaJobResponse.BaJobStatus.values()) System.out.println(c);
public static BaJobResponse.BaJobStatus 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 BaJobResponse.BaJobStatus getBaJobStatus(String value)
value
- String
valueBaJobResponse.BaJobStatus
ba job statusCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.