com.google.api.ads.adwords.v201109.cm
Class ReportDefinitionDateRangeType
java.lang.Object
com.google.api.ads.adwords.v201109.cm.ReportDefinitionDateRangeType
- All Implemented Interfaces:
- Serializable
public class ReportDefinitionDateRangeType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_TODAY
public static final String _TODAY
- See Also:
- Constant Field Values
_YESTERDAY
public static final String _YESTERDAY
- See Also:
- Constant Field Values
_LAST_7_DAYS
public static final String _LAST_7_DAYS
- See Also:
- Constant Field Values
_THIS_WEEK_SUN_TODAY
public static final String _THIS_WEEK_SUN_TODAY
- See Also:
- Constant Field Values
_THIS_WEEK_MON_TODAY
public static final String _THIS_WEEK_MON_TODAY
- See Also:
- Constant Field Values
_LAST_WEEK
public static final String _LAST_WEEK
- See Also:
- Constant Field Values
_LAST_14_DAYS
public static final String _LAST_14_DAYS
- See Also:
- Constant Field Values
_LAST_30_DAYS
public static final String _LAST_30_DAYS
- See Also:
- Constant Field Values
_LAST_BUSINESS_WEEK
public static final String _LAST_BUSINESS_WEEK
- See Also:
- Constant Field Values
_LAST_WEEK_SUN_SAT
public static final String _LAST_WEEK_SUN_SAT
- See Also:
- Constant Field Values
_THIS_MONTH
public static final String _THIS_MONTH
- See Also:
- Constant Field Values
_LAST_MONTH
public static final String _LAST_MONTH
- See Also:
- Constant Field Values
_ALL_TIME
public static final String _ALL_TIME
- See Also:
- Constant Field Values
_CUSTOM_DATE
public static final String _CUSTOM_DATE
- See Also:
- Constant Field Values
TODAY
public static final ReportDefinitionDateRangeType TODAY
YESTERDAY
public static final ReportDefinitionDateRangeType YESTERDAY
LAST_7_DAYS
public static final ReportDefinitionDateRangeType LAST_7_DAYS
THIS_WEEK_SUN_TODAY
public static final ReportDefinitionDateRangeType THIS_WEEK_SUN_TODAY
THIS_WEEK_MON_TODAY
public static final ReportDefinitionDateRangeType THIS_WEEK_MON_TODAY
LAST_WEEK
public static final ReportDefinitionDateRangeType LAST_WEEK
LAST_14_DAYS
public static final ReportDefinitionDateRangeType LAST_14_DAYS
LAST_30_DAYS
public static final ReportDefinitionDateRangeType LAST_30_DAYS
LAST_BUSINESS_WEEK
public static final ReportDefinitionDateRangeType LAST_BUSINESS_WEEK
LAST_WEEK_SUN_SAT
public static final ReportDefinitionDateRangeType LAST_WEEK_SUN_SAT
THIS_MONTH
public static final ReportDefinitionDateRangeType THIS_MONTH
LAST_MONTH
public static final ReportDefinitionDateRangeType LAST_MONTH
ALL_TIME
public static final ReportDefinitionDateRangeType ALL_TIME
CUSTOM_DATE
public static final ReportDefinitionDateRangeType CUSTOM_DATE
ReportDefinitionDateRangeType
protected ReportDefinitionDateRangeType(String value)
getValue
public String getValue()
fromValue
public static ReportDefinitionDateRangeType fromValue(String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
fromString
public static ReportDefinitionDateRangeType 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.