public static enum Core.LogCollectionUploadState extends java.lang.Enum<Core.LogCollectionUploadState>
Enum Constant | Description |
---|---|
Delivered |
Log collection upload successfully delivered and acknowledged by remote end
point. |
InProgress |
Delivery in progress.
|
NotDelivered |
Log collection upload was not delivered.
|
Modifier and Type | Field | Description |
---|---|---|
protected int |
mValue |
Modifier and Type | Method | Description |
---|---|---|
static Core.LogCollectionUploadState |
fromInt(int value) |
|
int |
toInt() |
|
static Core.LogCollectionUploadState |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Core.LogCollectionUploadState[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Core.LogCollectionUploadState InProgress
public static final Core.LogCollectionUploadState Delivered
public static final Core.LogCollectionUploadState NotDelivered
public static Core.LogCollectionUploadState[] values()
for (Core.LogCollectionUploadState c : Core.LogCollectionUploadState.values()) System.out.println(c);
public static Core.LogCollectionUploadState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Core.LogCollectionUploadState fromInt(int value) throws java.lang.RuntimeException
java.lang.RuntimeException
public int toInt()