Class DeterminationFactorModel


  • public class DeterminationFactorModel
    extends java.lang.Object
    This object represents a single determination factor for a line that is being inspected through the InspectLine API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Getter for code Determination reason code.
      java.lang.String getCreatedBy()
      Getter for createdBy The name of the user who created the determination factor.
      java.lang.String getDescription()
      Getter for description Determination reason description.
      java.util.ArrayList<java.lang.String> getIds()
      Getter for ids The ids of any applied determination factor.
      java.util.ArrayList<java.lang.String> getNames()
      Getter for names The name of any applied determination factor.
      void setCode​(java.lang.String value)
      Setter for code Determination reason code.
      void setCreatedBy​(java.lang.String value)
      Setter for createdBy The name of the user who created the determination factor.
      void setDescription​(java.lang.String value)
      Setter for description Determination reason description.
      void setIds​(java.util.ArrayList<java.lang.String> value)
      Setter for ids The ids of any applied determination factor.
      void setNames​(java.util.ArrayList<java.lang.String> value)
      Setter for names The name of any applied determination factor.
      java.lang.String toString()
      Returns a JSON string representation of DeterminationFactorModel
      • Methods inherited from class java.lang.Object

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

      • DeterminationFactorModel

        public DeterminationFactorModel()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Getter for code Determination reason code.
      • setCode

        public void setCode​(java.lang.String value)
        Setter for code Determination reason code.
      • getDescription

        public java.lang.String getDescription()
        Getter for description Determination reason description.
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description Determination reason description.
      • getIds

        public java.util.ArrayList<java.lang.String> getIds()
        Getter for ids The ids of any applied determination factor.
      • setIds

        public void setIds​(java.util.ArrayList<java.lang.String> value)
        Setter for ids The ids of any applied determination factor.
      • getNames

        public java.util.ArrayList<java.lang.String> getNames()
        Getter for names The name of any applied determination factor.
      • setNames

        public void setNames​(java.util.ArrayList<java.lang.String> value)
        Setter for names The name of any applied determination factor.
      • getCreatedBy

        public java.lang.String getCreatedBy()
        Getter for createdBy The name of the user who created the determination factor.
      • setCreatedBy

        public void setCreatedBy​(java.lang.String value)
        Setter for createdBy The name of the user who created the determination factor.
      • toString

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