|
||||||||||
| 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.SoapResponseHeader
public class SoapResponseHeader
Defines the elements within the header of a SOAP response.
| Constructor Summary | |
|---|---|
SoapResponseHeader()
|
|
SoapResponseHeader(String requestId,
String serviceName,
String methodName,
Long operations,
Long responseTime,
Long units)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getMethodName()
Gets the methodName value for this SoapResponseHeader. |
Long |
getOperations()
Gets the operations value for this SoapResponseHeader. |
String |
getRequestId()
Gets the requestId value for this SoapResponseHeader. |
Long |
getResponseTime()
Gets the responseTime value for this SoapResponseHeader. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getServiceName()
Gets the serviceName value for this SoapResponseHeader. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
Long |
getUnits()
Gets the units value for this SoapResponseHeader. |
int |
hashCode()
|
void |
setMethodName(String methodName)
Sets the methodName value for this SoapResponseHeader. |
void |
setOperations(Long operations)
Sets the operations value for this SoapResponseHeader. |
void |
setRequestId(String requestId)
Sets the requestId value for this SoapResponseHeader. |
void |
setResponseTime(Long responseTime)
Sets the responseTime value for this SoapResponseHeader. |
void |
setServiceName(String serviceName)
Sets the serviceName value for this SoapResponseHeader. |
void |
setUnits(Long units)
Sets the units value for this SoapResponseHeader. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapResponseHeader()
public SoapResponseHeader(String requestId,
String serviceName,
String methodName,
Long operations,
Long responseTime,
Long units)
| Method Detail |
|---|
public String getRequestId()
public void setRequestId(String requestId)
requestId - * Unique id that identifies this request. If developers have
any support issues, sending us
this id will enable us to find their request more
easily.public String getServiceName()
public void setServiceName(String serviceName)
serviceName - * The name of the service being invoked.public String getMethodName()
public void setMethodName(String methodName)
methodName - * The name of the method being invoked.public Long getOperations()
public void setOperations(Long operations)
operations - * Number of operations performed for this SOAP request.public Long getResponseTime()
public void setResponseTime(Long responseTime)
responseTime - * Elapsed time in milliseconds between the AdWords API receiving
the request and sending the
response.public Long getUnits()
public void setUnits(Long units)
units - * Total number of API units the SOAP request used.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 | |||||||||