@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum FuotaDeviceStatus extends Enum<FuotaDeviceStatus>
The status of a wireless device in a FUOTA task.
| Enum Constant and Description |
|---|
Device_exist_in_conflict_fuota_task |
FragAlgo_unsupported |
FragIndex_unsupported |
Initial |
MemoryError |
MICError |
MissingFrag |
Not_enough_memory |
Package_Not_Supported |
SessionCnt_replay |
Successful |
Wrong_descriptor |
| Modifier and Type | Method and Description |
|---|---|
static FuotaDeviceStatus |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static FuotaDeviceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuotaDeviceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FuotaDeviceStatus Initial
public static final FuotaDeviceStatus Package_Not_Supported
public static final FuotaDeviceStatus FragAlgo_unsupported
public static final FuotaDeviceStatus Not_enough_memory
public static final FuotaDeviceStatus FragIndex_unsupported
public static final FuotaDeviceStatus Wrong_descriptor
public static final FuotaDeviceStatus SessionCnt_replay
public static final FuotaDeviceStatus MissingFrag
public static final FuotaDeviceStatus MemoryError
public static final FuotaDeviceStatus MICError
public static final FuotaDeviceStatus Successful
public static final FuotaDeviceStatus Device_exist_in_conflict_fuota_task
public static FuotaDeviceStatus[] values()
for (FuotaDeviceStatus c : FuotaDeviceStatus.values()) System.out.println(c);
public static FuotaDeviceStatus 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 toString()
toString in class Enum<FuotaDeviceStatus>public static FuotaDeviceStatus fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.