public enum PayloadStaticFields extends java.lang.Enum<PayloadStaticFields>
Enum Constant and Description |
---|
EVENT_TYPE |
NETWORK_SESSION_ID |
PRODUCT_TYPE |
REQUEST_END |
REQUEST_START |
SEQUENCE_NUMBER |
SESSION_START |
UNIT_REPORTING_MODE |
USER_IDENTITY |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldName() |
static PayloadStaticFields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PayloadStaticFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PayloadStaticFields USER_IDENTITY
public static final PayloadStaticFields REQUEST_START
public static final PayloadStaticFields REQUEST_END
public static final PayloadStaticFields NETWORK_SESSION_ID
public static final PayloadStaticFields PRODUCT_TYPE
public static final PayloadStaticFields EVENT_TYPE
public static final PayloadStaticFields UNIT_REPORTING_MODE
public static final PayloadStaticFields SEQUENCE_NUMBER
public static final PayloadStaticFields SESSION_START
public static final PayloadStaticFields VERSION
public static PayloadStaticFields[] values()
for (PayloadStaticFields c : PayloadStaticFields.values()) System.out.println(c);
public static PayloadStaticFields 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 java.lang.String getFieldName()