Class CostCenterUploadErrorModel

java.lang.Object
net.avalara.avatax.rest.client.models.CostCenterUploadErrorModel

public class CostCenterUploadErrorModel extends Object
Represents a costCenter upload error model.
  • Constructor Details

    • CostCenterUploadErrorModel

      public CostCenterUploadErrorModel()
  • Method Details

    • getRowIndex

      public Integer getRowIndex()
      Getter for rowIndex Row index of a costCenter
    • setRowIndex

      public void setRowIndex(Integer value)
      Setter for rowIndex Row index of a costCenter
    • getCostCenterCode

      public String getCostCenterCode()
      Getter for costCenterCode Cost Center name
    • setCostCenterCode

      public void setCostCenterCode(String value)
      Setter for costCenterCode Cost Center name
    • getErrors

      public ArrayList<String> getErrors()
      Getter for errors List of errors for against given costCenter name
    • setErrors

      public void setErrors(ArrayList<String> value)
      Setter for errors List of errors for against given costCenter name
    • toString

      public String toString()
      Returns a JSON string representation of CostCenterUploadErrorModel
      Overrides:
      toString in class Object