java.lang.Object
org.apache.camel.component.salesforce.api.dto.AbstractDTOBase
org.apache.camel.component.salesforce.api.dto.analytics.reports.AbstractAttributesBase
Direct Known Subclasses:
AsyncAttributes, SyncAttributes

public abstract class AbstractAttributesBase extends AbstractDTOBase
Base DTO for report attributes.
  • Constructor Details

    • AbstractAttributesBase

      public AbstractAttributesBase()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getReportName

      public String getReportName()
    • setReportName

      public void setReportName(String reportName)
    • getReportId

      public String getReportId()
    • setReportId

      public void setReportId(String reportId)