com.google.api.ads.dfp.v201111
Class ReportErrorReason

java.lang.Object
  extended by com.google.api.ads.dfp.v201111.ReportErrorReason
All Implemented Interfaces:
Serializable

public class ReportErrorReason
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _COLUMN_VIEW_NOT_ALLOWED
           
static String _COLUMNS_NOT_SUPPORTED_FOR_REQUESTED_DIMENSIONS
           
static String _DEFAULT
           
static String _DIMENSION_VIEW_NOT_ALLOWED
           
static String _END_DATE_TIME_NOT_AFTER_START_TIME
           
static String _FAILED_TO_STORE_REPORT
           
static String _INVALID_COLUMNS
           
static String _INVALID_DATE
           
static String _INVALID_DIMENSION_FILTERS
           
static String _INVALID_DIMENSIONS
           
static String _NOT_NULL
           
static String _REPORT_ACCESS_NOT_ALLOWED
           
static String _REPORT_NOT_FOUND
           
static String _REPORT_TOO_BIG
           
static String _SR_CANNOT_RUN_REPORT_IN_ANOTHER_NETWORK
           
static String _TOO_MANY_CONCURRENT_REPORTS
           
static ReportErrorReason COLUMN_VIEW_NOT_ALLOWED
           
static ReportErrorReason COLUMNS_NOT_SUPPORTED_FOR_REQUESTED_DIMENSIONS
           
static ReportErrorReason DEFAULT
           
static ReportErrorReason DIMENSION_VIEW_NOT_ALLOWED
           
static ReportErrorReason END_DATE_TIME_NOT_AFTER_START_TIME
           
static ReportErrorReason FAILED_TO_STORE_REPORT
           
static ReportErrorReason INVALID_COLUMNS
           
static ReportErrorReason INVALID_DATE
           
static ReportErrorReason INVALID_DIMENSION_FILTERS
           
static ReportErrorReason INVALID_DIMENSIONS
           
static ReportErrorReason NOT_NULL
           
static ReportErrorReason REPORT_ACCESS_NOT_ALLOWED
           
static ReportErrorReason REPORT_NOT_FOUND
           
static ReportErrorReason REPORT_TOO_BIG
           
static ReportErrorReason SR_CANNOT_RUN_REPORT_IN_ANOTHER_NETWORK
           
static ReportErrorReason TOO_MANY_CONCURRENT_REPORTS
           
 
Constructor Summary
protected ReportErrorReason(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static ReportErrorReason fromString(String value)
           
static ReportErrorReason 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_DEFAULT

public static final String _DEFAULT
See Also:
Constant Field Values

_REPORT_ACCESS_NOT_ALLOWED

public static final String _REPORT_ACCESS_NOT_ALLOWED
See Also:
Constant Field Values

_DIMENSION_VIEW_NOT_ALLOWED

public static final String _DIMENSION_VIEW_NOT_ALLOWED
See Also:
Constant Field Values

_COLUMN_VIEW_NOT_ALLOWED

public static final String _COLUMN_VIEW_NOT_ALLOWED
See Also:
Constant Field Values

_TOO_MANY_CONCURRENT_REPORTS

public static final String _TOO_MANY_CONCURRENT_REPORTS
See Also:
Constant Field Values

_REPORT_TOO_BIG

public static final String _REPORT_TOO_BIG
See Also:
Constant Field Values

_INVALID_DIMENSIONS

public static final String _INVALID_DIMENSIONS
See Also:
Constant Field Values

_INVALID_COLUMNS

public static final String _INVALID_COLUMNS
See Also:
Constant Field Values

_INVALID_DIMENSION_FILTERS

public static final String _INVALID_DIMENSION_FILTERS
See Also:
Constant Field Values

_INVALID_DATE

public static final String _INVALID_DATE
See Also:
Constant Field Values

_END_DATE_TIME_NOT_AFTER_START_TIME

public static final String _END_DATE_TIME_NOT_AFTER_START_TIME
See Also:
Constant Field Values

_NOT_NULL

public static final String _NOT_NULL
See Also:
Constant Field Values

_COLUMNS_NOT_SUPPORTED_FOR_REQUESTED_DIMENSIONS

public static final String _COLUMNS_NOT_SUPPORTED_FOR_REQUESTED_DIMENSIONS
See Also:
Constant Field Values

_FAILED_TO_STORE_REPORT

public static final String _FAILED_TO_STORE_REPORT
See Also:
Constant Field Values

_REPORT_NOT_FOUND

public static final String _REPORT_NOT_FOUND
See Also:
Constant Field Values

_SR_CANNOT_RUN_REPORT_IN_ANOTHER_NETWORK

public static final String _SR_CANNOT_RUN_REPORT_IN_ANOTHER_NETWORK
See Also:
Constant Field Values

DEFAULT

public static final ReportErrorReason DEFAULT

REPORT_ACCESS_NOT_ALLOWED

public static final ReportErrorReason REPORT_ACCESS_NOT_ALLOWED

DIMENSION_VIEW_NOT_ALLOWED

public static final ReportErrorReason DIMENSION_VIEW_NOT_ALLOWED

COLUMN_VIEW_NOT_ALLOWED

public static final ReportErrorReason COLUMN_VIEW_NOT_ALLOWED

TOO_MANY_CONCURRENT_REPORTS

public static final ReportErrorReason TOO_MANY_CONCURRENT_REPORTS

REPORT_TOO_BIG

public static final ReportErrorReason REPORT_TOO_BIG

INVALID_DIMENSIONS

public static final ReportErrorReason INVALID_DIMENSIONS

INVALID_COLUMNS

public static final ReportErrorReason INVALID_COLUMNS

INVALID_DIMENSION_FILTERS

public static final ReportErrorReason INVALID_DIMENSION_FILTERS

INVALID_DATE

public static final ReportErrorReason INVALID_DATE

END_DATE_TIME_NOT_AFTER_START_TIME

public static final ReportErrorReason END_DATE_TIME_NOT_AFTER_START_TIME

NOT_NULL

public static final ReportErrorReason NOT_NULL

COLUMNS_NOT_SUPPORTED_FOR_REQUESTED_DIMENSIONS

public static final ReportErrorReason COLUMNS_NOT_SUPPORTED_FOR_REQUESTED_DIMENSIONS

FAILED_TO_STORE_REPORT

public static final ReportErrorReason FAILED_TO_STORE_REPORT

REPORT_NOT_FOUND

public static final ReportErrorReason REPORT_NOT_FOUND

SR_CANNOT_RUN_REPORT_IN_ANOTHER_NETWORK

public static final ReportErrorReason SR_CANNOT_RUN_REPORT_IN_ANOTHER_NETWORK
Constructor Detail

ReportErrorReason

protected ReportErrorReason(String value)
Method Detail

getValue

public String getValue()

fromValue

public static ReportErrorReason fromValue(String value)
                                   throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static ReportErrorReason fromString(String value)
                                    throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2011. All Rights Reserved.