public class ReportQueryAdUnitView extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_FLAT |
static String |
_HIERARCHICAL |
static String |
_TOP_LEVEL |
static ReportQueryAdUnitView |
FLAT |
static ReportQueryAdUnitView |
HIERARCHICAL |
static ReportQueryAdUnitView |
TOP_LEVEL |
| Modifier | Constructor and Description |
|---|---|
protected |
ReportQueryAdUnitView(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ReportQueryAdUnitView |
fromString(String value) |
static ReportQueryAdUnitView |
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 _TOP_LEVEL
public static final String _FLAT
public static final String _HIERARCHICAL
public static final ReportQueryAdUnitView TOP_LEVEL
public static final ReportQueryAdUnitView FLAT
public static final ReportQueryAdUnitView HIERARCHICAL
protected ReportQueryAdUnitView(String value)
public String getValue()
public static ReportQueryAdUnitView fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ReportQueryAdUnitView 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 © 2018. All Rights Reserved.