com.google.api.ads.adwords.v201109.cm
Class ReportDefinitionDateRangeType

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.ReportDefinitionDateRangeType
All Implemented Interfaces:
Serializable

public class ReportDefinitionDateRangeType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _ALL_TIME
           
static String _CUSTOM_DATE
           
static String _LAST_14_DAYS
           
static String _LAST_30_DAYS
           
static String _LAST_7_DAYS
           
static String _LAST_BUSINESS_WEEK
           
static String _LAST_MONTH
           
static String _LAST_WEEK
           
static String _LAST_WEEK_SUN_SAT
           
static String _THIS_MONTH
           
static String _THIS_WEEK_MON_TODAY
           
static String _THIS_WEEK_SUN_TODAY
           
static String _TODAY
           
static String _YESTERDAY
           
static ReportDefinitionDateRangeType ALL_TIME
           
static ReportDefinitionDateRangeType CUSTOM_DATE
           
static ReportDefinitionDateRangeType LAST_14_DAYS
           
static ReportDefinitionDateRangeType LAST_30_DAYS
           
static ReportDefinitionDateRangeType LAST_7_DAYS
           
static ReportDefinitionDateRangeType LAST_BUSINESS_WEEK
           
static ReportDefinitionDateRangeType LAST_MONTH
           
static ReportDefinitionDateRangeType LAST_WEEK
           
static ReportDefinitionDateRangeType LAST_WEEK_SUN_SAT
           
static ReportDefinitionDateRangeType THIS_MONTH
           
static ReportDefinitionDateRangeType THIS_WEEK_MON_TODAY
           
static ReportDefinitionDateRangeType THIS_WEEK_SUN_TODAY
           
static ReportDefinitionDateRangeType TODAY
           
static ReportDefinitionDateRangeType YESTERDAY
           
 
Constructor Summary
protected ReportDefinitionDateRangeType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static ReportDefinitionDateRangeType fromString(String value)
           
static ReportDefinitionDateRangeType 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

_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
Constructor Detail

ReportDefinitionDateRangeType

protected ReportDefinitionDateRangeType(String value)
Method Detail

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.