Class ClassificationDetailsModel


  • public class ClassificationDetailsModel
    extends java.lang.Object
    Represents classification details model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getClassified()
      Getter for classified The number of items which are classified
      java.lang.Integer getFailed()
      Getter for failed The number of items which are failed because of some error
      java.lang.Integer getInProgress()
      Getter for inProgress The number of items which are in progress state
      java.lang.Integer getNotClassified()
      Getter for notClassified The number of items which are not classified
      java.lang.Integer getNotFound()
      Getter for notFound The number of items which are not found as they may be deleted
      void setClassified​(java.lang.Integer value)
      Setter for classified The number of items which are classified
      void setFailed​(java.lang.Integer value)
      Setter for failed The number of items which are failed because of some error
      void setInProgress​(java.lang.Integer value)
      Setter for inProgress The number of items which are in progress state
      void setNotClassified​(java.lang.Integer value)
      Setter for notClassified The number of items which are not classified
      void setNotFound​(java.lang.Integer value)
      Setter for notFound The number of items which are not found as they may be deleted
      java.lang.String toString()
      Returns a JSON string representation of ClassificationDetailsModel
      • Methods inherited from class java.lang.Object

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

      • ClassificationDetailsModel

        public ClassificationDetailsModel()
    • Method Detail

      • getClassified

        public java.lang.Integer getClassified()
        Getter for classified The number of items which are classified
      • setClassified

        public void setClassified​(java.lang.Integer value)
        Setter for classified The number of items which are classified
      • getInProgress

        public java.lang.Integer getInProgress()
        Getter for inProgress The number of items which are in progress state
      • setInProgress

        public void setInProgress​(java.lang.Integer value)
        Setter for inProgress The number of items which are in progress state
      • getNotClassified

        public java.lang.Integer getNotClassified()
        Getter for notClassified The number of items which are not classified
      • setNotClassified

        public void setNotClassified​(java.lang.Integer value)
        Setter for notClassified The number of items which are not classified
      • getFailed

        public java.lang.Integer getFailed()
        Getter for failed The number of items which are failed because of some error
      • setFailed

        public void setFailed​(java.lang.Integer value)
        Setter for failed The number of items which are failed because of some error
      • getNotFound

        public java.lang.Integer getNotFound()
        Getter for notFound The number of items which are not found as they may be deleted
      • setNotFound

        public void setNotFound​(java.lang.Integer value)
        Setter for notFound The number of items which are not found as they may be deleted
      • toString

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