public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.aeris.service.report.model.v1.api
|
public ObjectFactory()
public TrafficDetailRequest createTrafficDetailRequest()
TrafficDetailRequestpublic TrafficDetailResponse createTrafficDetailResponse()
TrafficDetailResponsepublic TrafficDetailResponseGroup createTrafficDetailResponseGroup()
TrafficDetailResponseGrouppublic MonthlyReportsResponse createMonthlyReportsResponse()
MonthlyReportsResponsepublic ReportURLs createReportURLs()
ReportURLspublic DeviceSummaryTrendResponse createDeviceSummaryTrendResponse()
DeviceSummaryTrendResponsepublic DeleteScheduledReportResponse createDeleteScheduledReportResponse()
DeleteScheduledReportResponsepublic TaskDefinition createTaskDefinition()
TaskDefinitionpublic ReportResponse createReportResponse()
ReportResponsepublic TrafficSummaryTrendResponse createTrafficSummaryTrendResponse()
TrafficSummaryTrendResponsepublic DeleteReportDefinition createDeleteReportDefinition()
DeleteReportDefinitionpublic ReportInProgressResponse createReportInProgressResponse()
ReportInProgressResponsepublic CostSummaryTrendResponse createCostSummaryTrendResponse()
CostSummaryTrendResponsepublic ReportConfig createReportConfig()
ReportConfigpublic ReportDefinition createReportDefinition()
ReportDefinitionpublic RecipientResponse createRecipientResponse()
RecipientResponsepublic SubAccountTrafficSummaryTrendResponse createSubAccountTrafficSummaryTrendResponse()
SubAccountTrafficSummaryTrendResponseCopyright © 2023. All rights reserved.