public final class JobAgentState extends ExpandableStringEnum<JobAgentState>
Modifier and Type | Field and Description |
---|---|
static JobAgentState |
CREATING
Static value Creating for JobAgentState.
|
static JobAgentState |
DELETING
Static value Deleting for JobAgentState.
|
static JobAgentState |
DISABLED
Static value Disabled for JobAgentState.
|
static JobAgentState |
READY
Static value Ready for JobAgentState.
|
static JobAgentState |
UPDATING
Static value Updating for JobAgentState.
|
Constructor and Description |
---|
JobAgentState() |
Modifier and Type | Method and Description |
---|---|
static JobAgentState |
fromString(String name)
Creates or finds a JobAgentState from its string representation.
|
static Collection<JobAgentState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final JobAgentState CREATING
public static final JobAgentState READY
public static final JobAgentState UPDATING
public static final JobAgentState DELETING
public static final JobAgentState DISABLED
public static JobAgentState fromString(String name)
name
- a name to look forpublic static Collection<JobAgentState> values()
Copyright © 2019. All rights reserved.