com.google.api.ads.adwords.lib.utils
Class RawReportDownloadResponse

java.lang.Object
  extended by com.google.api.ads.adwords.lib.utils.RawReportDownloadResponse

public class RawReportDownloadResponse
extends Object

Holder class for http status and response body.

Author:
Kevin Winter

Constructor Summary
RawReportDownloadResponse(int httpStatus, InputStream inputStream)
           
 
Method Summary
 int getHttpStatus()
           
 InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawReportDownloadResponse

public RawReportDownloadResponse(int httpStatus,
                                 InputStream inputStream)
Method Detail

getHttpStatus

public int getHttpStatus()

getInputStream

public InputStream getInputStream()


Copyright © 2012. All Rights Reserved.