Class ReportParametersModel


  • public class ReportParametersModel
    extends java.lang.Object
    The output model for report parameter definitions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCountry()
      Getter for country The country filter used for your report
      java.lang.String getCulture()
      Getter for culture The culture used your report
      java.lang.String getCurrencyCode()
      Getter for currencyCode The currency code used for your report
      java.lang.String getDateFilter()
      Getter for dateFilter The date type filter used for your report
      java.lang.String getDateFormat()
      Getter for dateFormat The date format used for your report
      java.lang.String getDocType()
      Getter for docType The doc type filter used for your report
      java.util.Date getEndDate()
      Getter for endDate The end date filter used for your report
      java.lang.Boolean getIsLocked()
      Getter for isLocked If true, include only documents that are locked.
      java.lang.Integer getMerchantSellerId()
      Getter for merchantSellerId If set, include only documents associated with this merchantSellerId.
      java.lang.Integer getNumberOfPartitions()
      Getter for numberOfPartitions Number of partitions to split the report into.
      java.lang.Integer getPartition()
      Getter for partition The zero-based partition number to retrieve in this export request.
      java.util.Date getStartDate()
      Getter for startDate The start date filter used for your report
      java.lang.String getState()
      Getter for state The state filter used for your report
      void setCountry​(java.lang.String value)
      Setter for country The country filter used for your report
      void setCulture​(java.lang.String value)
      Setter for culture The culture used your report
      void setCurrencyCode​(java.lang.String value)
      Setter for currencyCode The currency code used for your report
      void setDateFilter​(java.lang.String value)
      Setter for dateFilter The date type filter used for your report
      void setDateFormat​(java.lang.String value)
      Setter for dateFormat The date format used for your report
      void setDocType​(java.lang.String value)
      Setter for docType The doc type filter used for your report
      void setEndDate​(java.util.Date value)
      Setter for endDate The end date filter used for your report
      void setIsLocked​(java.lang.Boolean value)
      Setter for isLocked If true, include only documents that are locked.
      void setMerchantSellerId​(java.lang.Integer value)
      Setter for merchantSellerId If set, include only documents associated with this merchantSellerId.
      void setNumberOfPartitions​(java.lang.Integer value)
      Setter for numberOfPartitions Number of partitions to split the report into.
      void setPartition​(java.lang.Integer value)
      Setter for partition The zero-based partition number to retrieve in this export request.
      void setStartDate​(java.util.Date value)
      Setter for startDate The start date filter used for your report
      void setState​(java.lang.String value)
      Setter for state The state filter used for your report
      java.lang.String toString()
      Returns a JSON string representation of ReportParametersModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReportParametersModel

        public ReportParametersModel()
    • Method Detail

      • getStartDate

        public java.util.Date getStartDate()
        Getter for startDate The start date filter used for your report
      • setStartDate

        public void setStartDate​(java.util.Date value)
        Setter for startDate The start date filter used for your report
      • getEndDate

        public java.util.Date getEndDate()
        Getter for endDate The end date filter used for your report
      • setEndDate

        public void setEndDate​(java.util.Date value)
        Setter for endDate The end date filter used for your report
      • getCountry

        public java.lang.String getCountry()
        Getter for country The country filter used for your report
      • setCountry

        public void setCountry​(java.lang.String value)
        Setter for country The country filter used for your report
      • getState

        public java.lang.String getState()
        Getter for state The state filter used for your report
      • setState

        public void setState​(java.lang.String value)
        Setter for state The state filter used for your report
      • getDateFilter

        public java.lang.String getDateFilter()
        Getter for dateFilter The date type filter used for your report
      • setDateFilter

        public void setDateFilter​(java.lang.String value)
        Setter for dateFilter The date type filter used for your report
      • getDocType

        public java.lang.String getDocType()
        Getter for docType The doc type filter used for your report
      • setDocType

        public void setDocType​(java.lang.String value)
        Setter for docType The doc type filter used for your report
      • getDateFormat

        public java.lang.String getDateFormat()
        Getter for dateFormat The date format used for your report
      • setDateFormat

        public void setDateFormat​(java.lang.String value)
        Setter for dateFormat The date format used for your report
      • getCulture

        public java.lang.String getCulture()
        Getter for culture The culture used your report
      • setCulture

        public void setCulture​(java.lang.String value)
        Setter for culture The culture used your report
      • getCurrencyCode

        public java.lang.String getCurrencyCode()
        Getter for currencyCode The currency code used for your report
      • setCurrencyCode

        public void setCurrencyCode​(java.lang.String value)
        Setter for currencyCode The currency code used for your report
      • getNumberOfPartitions

        public java.lang.Integer getNumberOfPartitions()
        Getter for numberOfPartitions Number of partitions to split the report into.
      • setNumberOfPartitions

        public void setNumberOfPartitions​(java.lang.Integer value)
        Setter for numberOfPartitions Number of partitions to split the report into.
      • getPartition

        public java.lang.Integer getPartition()
        Getter for partition The zero-based partition number to retrieve in this export request.
      • setPartition

        public void setPartition​(java.lang.Integer value)
        Setter for partition The zero-based partition number to retrieve in this export request.
      • getIsLocked

        public java.lang.Boolean getIsLocked()
        Getter for isLocked If true, include only documents that are locked. If false, include only documents that are not locked. Defaults to false if not specified.
      • setIsLocked

        public void setIsLocked​(java.lang.Boolean value)
        Setter for isLocked If true, include only documents that are locked. If false, include only documents that are not locked. Defaults to false if not specified.
      • getMerchantSellerId

        public java.lang.Integer getMerchantSellerId()
        Getter for merchantSellerId If set, include only documents associated with this merchantSellerId.
      • setMerchantSellerId

        public void setMerchantSellerId​(java.lang.Integer value)
        Setter for merchantSellerId If set, include only documents associated with this merchantSellerId.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of ReportParametersModel
        Overrides:
        toString in class java.lang.Object