|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.Sitelink
public class Sitelink
Class to represent a single sitelink
| 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 |
|---|
public Sitelink()
public Sitelink(String displayText,
String destinationUrl)
| Method Detail |
|---|
public String getDisplayText()
null.
The length of
this string should be between 1 and 35, inclusive.public void setDisplayText(String displayText)
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.public String getDestinationUrl()
null.
The length of
this string should be between 1 and 1024, inclusive.public void setDestinationUrl(String destinationUrl)
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.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||