public class InspectLineResponseModel
extends java.lang.Object
Constructor and Description |
---|
InspectLineResponseModel() |
Modifier and Type | Method and 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
|
public java.util.ArrayList<DeterminationFactorModel> getDeterminationFactors()
public void setDeterminationFactors(java.util.ArrayList<DeterminationFactorModel> value)
public java.lang.String toString()
toString
in class java.lang.Object