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

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

public class ResponseInfo
extends Object

Contains information about the response from the request that was made.

Author:
Adam Rogal, Joseph DiLallo

Nested Class Summary
static class ResponseInfo.Builder
          Builder for ResponseInfo objects.
 
Constructor Summary
ResponseInfo()
          Constructor.
 
Method Summary
 String getSoapResponseXml()
          Gets the SOAP response XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseInfo

public ResponseInfo()
Constructor.

Method Detail

getSoapResponseXml

public String getSoapResponseXml()
Gets the SOAP response XML.



Copyright © 2012. All Rights Reserved.