com.google.api.ads.common.lib.soap
Class RequestInfo

java.lang.Object
  extended by com.google.api.ads.common.lib.soap.RequestInfo

public class RequestInfo
extends Object

Contains information about the request that was made.

Author:
Adam Rogal, Joseph DiLallo

Nested Class Summary
static class RequestInfo.Builder
          Builder for RequestInfo objects.
 
Constructor Summary
RequestInfo()
          Constructor.
 
Method Summary
 String getMethodName()
          Gets the method name.
 String getServiceName()
          Gets the service name.
 String getSoapRequestXml()
          Gets the SOAP request XML.
 String getUrl()
          Gets the URL the request was made to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestInfo

public RequestInfo()
Constructor.

Method Detail

getSoapRequestXml

public String getSoapRequestXml()
Gets the SOAP request XML.


getServiceName

public String getServiceName()
Gets the service name.


getMethodName

public String getMethodName()
Gets the method name.


getUrl

public String getUrl()
Gets the URL the request was made to.



Copyright © 2012. All Rights Reserved.