public enum SourceAttributeKeys extends java.lang.Enum<SourceAttributeKeys>
Enum Constant and Description |
---|
ACCOUNT_ID |
APPROXIMATE_FIRST_RECEIVE_TIMESTAMP |
APPROXIMATE_RECEIVE_COUNT |
SEND_TIMESTAMP |
SENDER_ID |
SOURCE_TYPE |
Modifier and Type | Method and Description |
---|---|
static SourceAttributeKeys |
fromAttributeKeyName(java.lang.String attributeKeyName) |
java.lang.String |
getAttributeKey() |
static SourceAttributeKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourceAttributeKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceAttributeKeys SOURCE_TYPE
public static final SourceAttributeKeys ACCOUNT_ID
public static final SourceAttributeKeys APPROXIMATE_FIRST_RECEIVE_TIMESTAMP
public static final SourceAttributeKeys APPROXIMATE_RECEIVE_COUNT
public static final SourceAttributeKeys SEND_TIMESTAMP
public static final SourceAttributeKeys SENDER_ID
public static SourceAttributeKeys[] values()
for (SourceAttributeKeys c : SourceAttributeKeys.values()) System.out.println(c);
public static SourceAttributeKeys 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 getAttributeKey()
public static SourceAttributeKeys fromAttributeKeyName(java.lang.String attributeKeyName)