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

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

public class ReportDownloadResponse
extends Object

Holder class for http status and response body.

Author:
Kevin Winter

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

Constructor Detail

ReportDownloadResponse

public ReportDownloadResponse(int status,
                              String message,
                              InputStream inputStream)
Method Detail

getHttpStatus

public int getHttpStatus()
Returns:
the httpStatus

getHttpResponseMessage

public String getHttpResponseMessage()
Returns:
the httpResponseMessage

getInputStream

public InputStream getInputStream()
Returns:
the inputStream


Copyright © 2012. All Rights Reserved.