|
||||||||||
| 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.SoapHeader
public class SoapHeader
Defines the required and optional elements within the header of a SOAP request.
| Constructor Summary | |
|---|---|
SoapHeader()
|
|
SoapHeader(String authToken,
String clientCustomerId,
String developerToken,
String userAgent,
Boolean validateOnly,
Boolean partialFailure)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAuthToken()
Gets the authToken value for this SoapHeader. |
String |
getClientCustomerId()
Gets the clientCustomerId value for this SoapHeader. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getDeveloperToken()
Gets the developerToken value for this SoapHeader. |
Boolean |
getPartialFailure()
Gets the partialFailure value for this SoapHeader. |
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 |
String |
getUserAgent()
Gets the userAgent value for this SoapHeader. |
Boolean |
getValidateOnly()
Gets the validateOnly value for this SoapHeader. |
int |
hashCode()
|
void |
setAuthToken(String authToken)
Sets the authToken value for this SoapHeader. |
void |
setClientCustomerId(String clientCustomerId)
Sets the clientCustomerId value for this SoapHeader. |
void |
setDeveloperToken(String developerToken)
Sets the developerToken value for this SoapHeader. |
void |
setPartialFailure(Boolean partialFailure)
Sets the partialFailure value for this SoapHeader. |
void |
setUserAgent(String userAgent)
Sets the userAgent value for this SoapHeader. |
void |
setValidateOnly(Boolean validateOnly)
Sets the validateOnly value for this SoapHeader. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapHeader()
public SoapHeader(String authToken,
String clientCustomerId,
String developerToken,
String userAgent,
Boolean validateOnly,
Boolean partialFailure)
| Method Detail |
|---|
public String getAuthToken()
public void setAuthToken(String authToken)
authToken - * Authentication token from Google ClientLogin API. Developers
need to authenticate themselves
with that API before they can send a request to AdWords
API. This header identifies either the
MCC manager acting on behalf of their client, or the
advertiser managing their own account.public String getClientCustomerId()
public void setClientCustomerId(String clientCustomerId)
clientCustomerId - * Optional header: the customer id of the client of the MCC manager.
Applicable only
if an MCC manager, as identified by authToken, is
acting on behalf of their client.public String getDeveloperToken()
public void setDeveloperToken(String developerToken)
developerToken - * Developer token to identify that the person making the call
has enough
quota.public String getUserAgent()
public void setUserAgent(String userAgent)
userAgent - * UserAgent is used to track distribution of API client programs
and
application usage. The client is responsible for putting
in a meaningful
value for tracking purposes. To be clear this is not
the same as an HTTP
user agent.public Boolean getValidateOnly()
public void setValidateOnly(Boolean validateOnly)
validateOnly - * Used to validate the request without executing it.public Boolean getPartialFailure()
Ignored for non-mutate calls.
public void setPartialFailure(Boolean partialFailure)
partialFailure - * If true, API will try to commit as many error free operations
as possible and
report the other operations' errors.
Ignored for non-mutate calls.
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 | |||||||||