public enum AttributionModelEnum extends Enum<AttributionModelEnum>
| Enum Constant and Description |
|---|
CUSTOMIZED_MULTI_TOUCH |
FIRST_TOUCH |
LAST_CLICK |
LAST_TOUCH |
LINEAR |
POSITION_BASED |
TIME_DECAY |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AttributionModelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributionModelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributionModelEnum CUSTOMIZED_MULTI_TOUCH
public static final AttributionModelEnum FIRST_TOUCH
public static final AttributionModelEnum LAST_CLICK
public static final AttributionModelEnum LAST_TOUCH
public static final AttributionModelEnum LINEAR
public static final AttributionModelEnum POSITION_BASED
public static final AttributionModelEnum TIME_DECAY
public static final AttributionModelEnum UNKNOWN
public static AttributionModelEnum[] values()
for (AttributionModelEnum c : AttributionModelEnum.values()) System.out.println(c);
public static AttributionModelEnum 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<AttributionModelEnum>Copyright © 2024. All rights reserved.