com.google.api.adwords.v10
Class SiteSuggestion

java.lang.Object
  extended by com.google.api.adwords.v10.SiteSuggestion
All Implemented Interfaces:
java.io.Serializable

public class SiteSuggestion
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SiteSuggestion()
           
SiteSuggestion(boolean acceptsImageAds, boolean acceptsTextAds, boolean acceptsVideoAds, int pageViews, java.lang.String url)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getPageViews()
          Gets the pageViews value for this SiteSuggestion.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrl()
          Gets the url value for this SiteSuggestion.
 int hashCode()
           
 boolean isAcceptsImageAds()
          Gets the acceptsImageAds value for this SiteSuggestion.
 boolean isAcceptsTextAds()
          Gets the acceptsTextAds value for this SiteSuggestion.
 boolean isAcceptsVideoAds()
          Gets the acceptsVideoAds value for this SiteSuggestion.
 void setAcceptsImageAds(boolean acceptsImageAds)
          Sets the acceptsImageAds value for this SiteSuggestion.
 void setAcceptsTextAds(boolean acceptsTextAds)
          Sets the acceptsTextAds value for this SiteSuggestion.
 void setAcceptsVideoAds(boolean acceptsVideoAds)
          Sets the acceptsVideoAds value for this SiteSuggestion.
 void setPageViews(int pageViews)
          Sets the pageViews value for this SiteSuggestion.
 void setUrl(java.lang.String url)
          Sets the url value for this SiteSuggestion.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteSuggestion

public SiteSuggestion()

SiteSuggestion

public SiteSuggestion(boolean acceptsImageAds,
                      boolean acceptsTextAds,
                      boolean acceptsVideoAds,
                      int pageViews,
                      java.lang.String url)
Method Detail

isAcceptsImageAds

public boolean isAcceptsImageAds()
Gets the acceptsImageAds value for this SiteSuggestion.

Returns:
acceptsImageAds

setAcceptsImageAds

public void setAcceptsImageAds(boolean acceptsImageAds)
Sets the acceptsImageAds value for this SiteSuggestion.

Parameters:
acceptsImageAds -

isAcceptsTextAds

public boolean isAcceptsTextAds()
Gets the acceptsTextAds value for this SiteSuggestion.

Returns:
acceptsTextAds

setAcceptsTextAds

public void setAcceptsTextAds(boolean acceptsTextAds)
Sets the acceptsTextAds value for this SiteSuggestion.

Parameters:
acceptsTextAds -

isAcceptsVideoAds

public boolean isAcceptsVideoAds()
Gets the acceptsVideoAds value for this SiteSuggestion.

Returns:
acceptsVideoAds

setAcceptsVideoAds

public void setAcceptsVideoAds(boolean acceptsVideoAds)
Sets the acceptsVideoAds value for this SiteSuggestion.

Parameters:
acceptsVideoAds -

getPageViews

public int getPageViews()
Gets the pageViews value for this SiteSuggestion.

Returns:
pageViews

setPageViews

public void setPageViews(int pageViews)
Sets the pageViews value for this SiteSuggestion.

Parameters:
pageViews -

getUrl

public java.lang.String getUrl()
Gets the url value for this SiteSuggestion.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this SiteSuggestion.

Parameters:
url -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2005 Google Corp. All Rights Reserved.