|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.adwords.v10.Ad
public abstract class Ad
Constructor Summary | |
---|---|
Ad()
|
|
Ad(int adGroupId,
AdType adType,
java.lang.String destinationUrl,
boolean disapproved,
java.lang.String displayUrl,
java.lang.String exemptionRequest,
long id,
AdStatus status)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAdGroupId()
Gets the adGroupId value for this Ad. |
AdType |
getAdType()
Gets the adType value for this Ad. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDestinationUrl()
Gets the destinationUrl value for this Ad. |
java.lang.String |
getDisplayUrl()
Gets the displayUrl value for this Ad. |
java.lang.String |
getExemptionRequest()
Gets the exemptionRequest value for this Ad. |
long |
getId()
Gets the id value for this Ad. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
AdStatus |
getStatus()
Gets the status value for this Ad. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isDisapproved()
Gets the disapproved value for this Ad. |
void |
setAdGroupId(int adGroupId)
Sets the adGroupId value for this Ad. |
void |
setAdType(AdType adType)
Sets the adType value for this Ad. |
void |
setDestinationUrl(java.lang.String destinationUrl)
Sets the destinationUrl value for this Ad. |
void |
setDisapproved(boolean disapproved)
Sets the disapproved value for this Ad. |
void |
setDisplayUrl(java.lang.String displayUrl)
Sets the displayUrl value for this Ad. |
void |
setExemptionRequest(java.lang.String exemptionRequest)
Sets the exemptionRequest value for this Ad. |
void |
setId(long id)
Sets the id value for this Ad. |
void |
setStatus(AdStatus status)
Sets the status value for this Ad. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ad()
public Ad(int adGroupId, AdType adType, java.lang.String destinationUrl, boolean disapproved, java.lang.String displayUrl, java.lang.String exemptionRequest, long id, AdStatus status)
Method Detail |
---|
public int getAdGroupId()
public void setAdGroupId(int adGroupId)
adGroupId
- public AdType getAdType()
public void setAdType(AdType adType)
adType
- public java.lang.String getDestinationUrl()
public void setDestinationUrl(java.lang.String destinationUrl)
destinationUrl
- public boolean isDisapproved()
public void setDisapproved(boolean disapproved)
disapproved
- public java.lang.String getDisplayUrl()
public void setDisplayUrl(java.lang.String displayUrl)
displayUrl
- public java.lang.String getExemptionRequest()
public void setExemptionRequest(java.lang.String exemptionRequest)
exemptionRequest
- public long getId()
public void setId(long id)
id
- public AdStatus getStatus()
public void setStatus(AdStatus status)
status
- 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 |