|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.lib.utils.ReportDefinitionWriter
public class ReportDefinitionWriter
Writes report definition XML to an output stream in the correct format.
| Constructor Summary | |
|---|---|
ReportDefinitionWriter(String reportDefinitionXml)
Constructs a ReportWriter for ReportDefinition objects. |
|
| Method Summary | |
|---|---|
String |
getReportParameters()
Returns the report parameters that would be written (intended for logging). |
void |
write(OutputStream outputStream)
Writes parameters for this report download to the output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportDefinitionWriter(String reportDefinitionXml)
reportDefinitionXml - XML of the ReportDefinition to write.| Method Detail |
|---|
public void write(OutputStream outputStream)
throws IOException
outputStream - to write to.
IOException - if there was a problem writing to the stream.public String getReportParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||