com.google.api.ads.adwords.lib.utils
Class ReportDownloadResponse
java.lang.Object
com.google.api.ads.adwords.lib.utils.ReportDownloadResponse
public class ReportDownloadResponse
- extends Object
Holder class for http status and response body.
- Author:
- Kevin Winter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportDownloadResponse
public ReportDownloadResponse(int status,
String message,
InputStream inputStream)
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.