com.google.api.ads.dfp.axis.v201111
Class SoapResponseHeader

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201111.SoapResponseHeader
All Implemented Interfaces:
Serializable

public class SoapResponseHeader
extends Object
implements Serializable

Represents the SOAP request header used by API responses.

See Also:
Serialized Form

Constructor Summary
SoapResponseHeader()
           
SoapResponseHeader(String requestId, Long responseTime)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRequestId(String requestId)
          Sets the requestId value for this SoapResponseHeader.
 void setResponseTime(Long responseTime)
          Sets the responseTime value for this SoapResponseHeader.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapResponseHeader

public SoapResponseHeader()

SoapResponseHeader

public SoapResponseHeader(String requestId,
                          Long responseTime)
Method Detail

getRequestId

public String getRequestId()
Gets the requestId value for this SoapResponseHeader.

Returns:
requestId

setRequestId

public void setRequestId(String requestId)
Sets the requestId value for this SoapResponseHeader.

Parameters:
requestId -

getResponseTime

public Long getResponseTime()
Gets the responseTime value for this SoapResponseHeader.

Returns:
responseTime

setResponseTime

public void setResponseTime(Long responseTime)
Sets the responseTime value for this SoapResponseHeader.

Parameters:
responseTime -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.