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

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

public class StatsNetwork
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _ALL
           
static String _CONTENT
           
static String _CONTENT_KEYWORD_BID
           
static String _CONTENT_PLACEMENT_BID
           
static String _GOOGLE_SEARCH
           
static String _SEARCH
           
static String _SEARCH_NETWORK
           
static String _UNKNOWN
           
static StatsNetwork ALL
           
static StatsNetwork CONTENT
           
static StatsNetwork CONTENT_KEYWORD_BID
           
static StatsNetwork CONTENT_PLACEMENT_BID
           
static StatsNetwork GOOGLE_SEARCH
           
static StatsNetwork SEARCH
           
static StatsNetwork SEARCH_NETWORK
           
static StatsNetwork UNKNOWN
           
 
Constructor Summary
protected StatsNetwork(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static StatsNetwork fromString(String value)
           
static StatsNetwork 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

_SEARCH

public static final String _SEARCH
See Also:
Constant Field Values

_GOOGLE_SEARCH

public static final String _GOOGLE_SEARCH
See Also:
Constant Field Values

_SEARCH_NETWORK

public static final String _SEARCH_NETWORK
See Also:
Constant Field Values

_CONTENT

public static final String _CONTENT
See Also:
Constant Field Values

_CONTENT_KEYWORD_BID

public static final String _CONTENT_KEYWORD_BID
See Also:
Constant Field Values

_CONTENT_PLACEMENT_BID

public static final String _CONTENT_PLACEMENT_BID
See Also:
Constant Field Values

_ALL

public static final String _ALL
See Also:
Constant Field Values

_UNKNOWN

public static final String _UNKNOWN
See Also:
Constant Field Values

SEARCH

public static final StatsNetwork SEARCH

GOOGLE_SEARCH

public static final StatsNetwork GOOGLE_SEARCH

SEARCH_NETWORK

public static final StatsNetwork SEARCH_NETWORK

CONTENT

public static final StatsNetwork CONTENT

CONTENT_KEYWORD_BID

public static final StatsNetwork CONTENT_KEYWORD_BID

CONTENT_PLACEMENT_BID

public static final StatsNetwork CONTENT_PLACEMENT_BID

ALL

public static final StatsNetwork ALL

UNKNOWN

public static final StatsNetwork UNKNOWN
Constructor Detail

StatsNetwork

protected StatsNetwork(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

public static StatsNetwork 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.