com.google.api.ads.dfp.axis.v201203
Class ReportErrorReason
java.lang.Object
com.google.api.ads.dfp.axis.v201203.ReportErrorReason
- All Implemented Interfaces:
- Serializable
public class ReportErrorReason
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_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
_DIMENSION_COMBINATION_NOT_ALLOWED
public static final String _DIMENSION_COMBINATION_NOT_ALLOWED
- See Also:
- Constant Field Values
_ATTRIBUTE_VIEW_NOT_ALLOWED
public static final String _ATTRIBUTE_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_OPERATION_FOR_REPORT_STATE
public static final String _INVALID_OPERATION_FOR_REPORT_STATE
- 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
_ATTRIBUTES_NOT_SUPPORTED_FOR_REQUEST
public static final String _ATTRIBUTES_NOT_SUPPORTED_FOR_REQUEST
- 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
DIMENSION_COMBINATION_NOT_ALLOWED
public static final ReportErrorReason DIMENSION_COMBINATION_NOT_ALLOWED
ATTRIBUTE_VIEW_NOT_ALLOWED
public static final ReportErrorReason ATTRIBUTE_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_OPERATION_FOR_REPORT_STATE
public static final ReportErrorReason INVALID_OPERATION_FOR_REPORT_STATE
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
ATTRIBUTES_NOT_SUPPORTED_FOR_REQUEST
public static final ReportErrorReason ATTRIBUTES_NOT_SUPPORTED_FOR_REQUEST
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
ReportErrorReason
protected ReportErrorReason(String value)
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 © 2012. All Rights Reserved.