Class ReportParametersModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ReportParametersModel
-
public class ReportParametersModel extends java.lang.ObjectThe output model for report parameter definitions
-
-
Constructor Summary
Constructors Constructor Description ReportParametersModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCountry()Getter for country The country filter used for your reportjava.lang.StringgetCulture()Getter for culture The culture used your reportjava.lang.StringgetCurrencyCode()Getter for currencyCode The currency code used for your reportjava.lang.StringgetDateFilter()Getter for dateFilter The date type filter used for your reportjava.lang.StringgetDateFormat()Getter for dateFormat The date format used for your reportjava.lang.StringgetDocType()Getter for docType The doc type filter used for your reportjava.util.DategetEndDate()Getter for endDate The end date filter used for your reportjava.lang.BooleangetIsLocked()Getter for isLocked If true, include only documents that are locked.java.lang.IntegergetMerchantSellerId()Getter for merchantSellerId If set, include only documents associated with this merchantSellerId.java.lang.IntegergetNumberOfPartitions()Getter for numberOfPartitions Number of partitions to split the report into.java.lang.IntegergetPartition()Getter for partition The zero-based partition number to retrieve in this export request.java.util.DategetStartDate()Getter for startDate The start date filter used for your reportjava.lang.StringgetState()Getter for state The state filter used for your reportvoidsetCountry(java.lang.String value)Setter for country The country filter used for your reportvoidsetCulture(java.lang.String value)Setter for culture The culture used your reportvoidsetCurrencyCode(java.lang.String value)Setter for currencyCode The currency code used for your reportvoidsetDateFilter(java.lang.String value)Setter for dateFilter The date type filter used for your reportvoidsetDateFormat(java.lang.String value)Setter for dateFormat The date format used for your reportvoidsetDocType(java.lang.String value)Setter for docType The doc type filter used for your reportvoidsetEndDate(java.util.Date value)Setter for endDate The end date filter used for your reportvoidsetIsLocked(java.lang.Boolean value)Setter for isLocked If true, include only documents that are locked.voidsetMerchantSellerId(java.lang.Integer value)Setter for merchantSellerId If set, include only documents associated with this merchantSellerId.voidsetNumberOfPartitions(java.lang.Integer value)Setter for numberOfPartitions Number of partitions to split the report into.voidsetPartition(java.lang.Integer value)Setter for partition The zero-based partition number to retrieve in this export request.voidsetStartDate(java.util.Date value)Setter for startDate The start date filter used for your reportvoidsetState(java.lang.String value)Setter for state The state filter used for your reportjava.lang.StringtoString()Returns a JSON string representation of 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:
toStringin classjava.lang.Object
-
-