public class YieldFormat extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_BANNER |
static String |
_INTERSTITIAL |
static String |
_NATIVE |
static String |
_REWARDED |
static String |
_REWARDED_INTERSTITIAL |
static String |
_UNKNOWN |
static String |
_VIDEO_VAST |
static YieldFormat |
BANNER |
static YieldFormat |
INTERSTITIAL |
static YieldFormat |
NATIVE |
static YieldFormat |
REWARDED |
static YieldFormat |
REWARDED_INTERSTITIAL |
static YieldFormat |
UNKNOWN |
static YieldFormat |
VIDEO_VAST |
| Modifier | Constructor and Description |
|---|---|
protected |
YieldFormat(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static YieldFormat |
fromString(String value) |
static YieldFormat |
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 _UNKNOWN
public static final String _BANNER
public static final String _INTERSTITIAL
public static final String _NATIVE
public static final String _VIDEO_VAST
public static final String _REWARDED
public static final String _REWARDED_INTERSTITIAL
public static final YieldFormat UNKNOWN
public static final YieldFormat BANNER
public static final YieldFormat INTERSTITIAL
public static final YieldFormat NATIVE
public static final YieldFormat VIDEO_VAST
public static final YieldFormat REWARDED
public static final YieldFormat REWARDED_INTERSTITIAL
protected YieldFormat(String value)
public String getValue()
public static YieldFormat fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static YieldFormat 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 © 2022. All rights reserved.