Package com.seeq.model
Enum Class RemoteAgentStatusInputV1.PendingStatusEnum
java.lang.Object
java.lang.Enum<RemoteAgentStatusInputV1.PendingStatusEnum>
com.seeq.model.RemoteAgentStatusInputV1.PendingStatusEnum
- All Implemented Interfaces:
Serializable
,Comparable<RemoteAgentStatusInputV1.PendingStatusEnum>
,Constable
- Enclosing class:
- RemoteAgentStatusInputV1
public static enum RemoteAgentStatusInputV1.PendingStatusEnum
extends Enum<RemoteAgentStatusInputV1.PendingStatusEnum>
The current stage of a remote agent. Possible values: 1. NONE - No update needed since current version of remote agent is same as directives received. 2. DOWNLOADING - Remote agent is downloading the installer. 3. EXTRACTING - Remote agent is extracting installer into installation folder. 4. SUCCESS - Installer is staged. 5. RESTART - Remote agent is ready to switch to new version and it will restart soon. 6. ERROR - An error has occurred.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
NONE
-
DOWNLOADING
-
EXTRACTING
-
SUCCESS
-
RESTART
-
ERROR
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
-
toString
- Overrides:
toString
in classEnum<RemoteAgentStatusInputV1.PendingStatusEnum>
-
fromValue
-