Class InspectLineResponseModel


  • public class InspectLineResponseModel
    extends java.lang.Object
    Response model used as output for InspectLine API.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList<DeterminationFactorModel> getDeterminationFactors()
      Getter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.
      void setDeterminationFactors​(java.util.ArrayList<DeterminationFactorModel> value)
      Setter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.
      java.lang.String toString()
      Returns a JSON string representation of InspectLineResponseModel
      • Methods inherited from class java.lang.Object

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

      • InspectLineResponseModel

        public InspectLineResponseModel()
    • Method Detail

      • getDeterminationFactors

        public java.util.ArrayList<DeterminationFactorModel> getDeterminationFactors()
        Getter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.
      • setDeterminationFactors

        public void setDeterminationFactors​(java.util.ArrayList<DeterminationFactorModel> value)
        Setter for determinationFactors A list of determination factors for a line that is being inspected through the InspectLine API.
      • toString

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