Class CostCenterBulkUploadOutputModel


  • public class CostCenterBulkUploadOutputModel
    extends java.lang.Object
    Represents a bulk upload response model.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<CostCenterUploadErrorModel> getFailed()
      Getter for failed Dictionary of object and respective list of errors
      java.lang.Integer getTotal()
      Getter for total Count of processed objects
      void setFailed​(java.util.ArrayList<CostCenterUploadErrorModel> value)
      Setter for failed Dictionary of object and respective list of errors
      void setTotal​(java.lang.Integer value)
      Setter for total Count of processed objects
      java.lang.String toString()
      Returns a JSON string representation of CostCenterBulkUploadOutputModel
      • Methods inherited from class java.lang.Object

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

      • CostCenterBulkUploadOutputModel

        public CostCenterBulkUploadOutputModel()
    • Method Detail

      • getTotal

        public java.lang.Integer getTotal()
        Getter for total Count of processed objects
      • setTotal

        public void setTotal​(java.lang.Integer value)
        Setter for total Count of processed objects
      • getFailed

        public java.util.ArrayList<CostCenterUploadErrorModel> getFailed()
        Getter for failed Dictionary of object and respective list of errors
      • setFailed

        public void setFailed​(java.util.ArrayList<CostCenterUploadErrorModel> value)
        Setter for failed Dictionary of object and respective list of errors
      • toString

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