public class UnitType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_CLICK_THROUGH_CPA_CONVERSIONS |
static String |
_CLICKS |
static String |
_IMPRESSIONS |
static String |
_TOTAL_CPA_CONVERSIONS |
static String |
_UNKNOWN |
static String |
_VIEW_THROUGH_CPA_CONVERSIONS |
static String |
_VIEWABLE_IMPRESSIONS |
static UnitType |
CLICK_THROUGH_CPA_CONVERSIONS |
static UnitType |
CLICKS |
static UnitType |
IMPRESSIONS |
static UnitType |
TOTAL_CPA_CONVERSIONS |
static UnitType |
UNKNOWN |
static UnitType |
VIEW_THROUGH_CPA_CONVERSIONS |
static UnitType |
VIEWABLE_IMPRESSIONS |
| Modifier | Constructor and Description |
|---|---|
protected |
UnitType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static UnitType |
fromString(String value) |
static UnitType |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _IMPRESSIONS
public static final String _CLICKS
public static final String _CLICK_THROUGH_CPA_CONVERSIONS
public static final String _VIEW_THROUGH_CPA_CONVERSIONS
public static final String _TOTAL_CPA_CONVERSIONS
public static final String _VIEWABLE_IMPRESSIONS
public static final String _UNKNOWN
public static final UnitType IMPRESSIONS
public static final UnitType CLICKS
public static final UnitType CLICK_THROUGH_CPA_CONVERSIONS
public static final UnitType VIEW_THROUGH_CPA_CONVERSIONS
public static final UnitType TOTAL_CPA_CONVERSIONS
public static final UnitType VIEWABLE_IMPRESSIONS
public static final UnitType UNKNOWN
protected UnitType(String value)
public String getValue()
public static UnitType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static UnitType fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2019. All rights reserved.