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

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

public class Sitelink
extends Object
implements Serializable

Class to represent a single sitelink

See Also:
Serialized Form

Constructor Summary
Sitelink()
           
Sitelink(String displayText, String destinationUrl)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDestinationUrl()
          Gets the destinationUrl value for this Sitelink.
 String getDisplayText()
          Gets the displayText value for this Sitelink.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDestinationUrl(String destinationUrl)
          Sets the destinationUrl value for this Sitelink.
 void setDisplayText(String displayText)
          Sets the displayText value for this Sitelink.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sitelink

public Sitelink()

Sitelink

public Sitelink(String displayText,
                String destinationUrl)
Method Detail

getDisplayText

public String getDisplayText()
Gets the displayText value for this Sitelink.

Returns:
displayText * This field can be selected using the value "DisplayText". This field is required and should not be null. The length of this string should be between 1 and 35, inclusive.

setDisplayText

public void setDisplayText(String displayText)
Sets the displayText value for this Sitelink.

Parameters:
displayText - * This field can be selected using the value "DisplayText". This field is required and should not be null. The length of this string should be between 1 and 35, inclusive.

getDestinationUrl

public String getDestinationUrl()
Gets the destinationUrl value for this Sitelink.

Returns:
destinationUrl * This field can be selected using the value "DestinationUrl". This field is required and should not be null. The length of this string should be between 1 and 1024, inclusive.

setDestinationUrl

public void setDestinationUrl(String destinationUrl)
Sets the destinationUrl value for this Sitelink.

Parameters:
destinationUrl - * This field can be selected using the value "DestinationUrl". This field is required and should not be null. The length of this string should be between 1 and 1024, inclusive.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2011. All Rights Reserved.