|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.adwords.v11.SiteKeyword
public class SiteKeyword
Constructor Summary | |
---|---|
SiteKeyword()
|
|
SiteKeyword(int advertiserCompetitionScale,
int groupId,
int searchVolumeScale,
java.lang.String text)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAdvertiserCompetitionScale()
Gets the advertiserCompetitionScale value for this SiteKeyword. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getGroupId()
Gets the groupId value for this SiteKeyword. |
int |
getSearchVolumeScale()
Gets the searchVolumeScale value for this SiteKeyword. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getText()
Gets the text value for this SiteKeyword. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAdvertiserCompetitionScale(int advertiserCompetitionScale)
Sets the advertiserCompetitionScale value for this SiteKeyword. |
void |
setGroupId(int groupId)
Sets the groupId value for this SiteKeyword. |
void |
setSearchVolumeScale(int searchVolumeScale)
Sets the searchVolumeScale value for this SiteKeyword. |
void |
setText(java.lang.String text)
Sets the text value for this SiteKeyword. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SiteKeyword()
public SiteKeyword(int advertiserCompetitionScale, int groupId, int searchVolumeScale, java.lang.String text)
Method Detail |
---|
public int getAdvertiserCompetitionScale()
public void setAdvertiserCompetitionScale(int advertiserCompetitionScale)
advertiserCompetitionScale
- public int getGroupId()
public void setGroupId(int groupId)
groupId
- public int getSearchVolumeScale()
public void setSearchVolumeScale(int searchVolumeScale)
searchVolumeScale
- public java.lang.String getText()
public void setText(java.lang.String text)
text
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |