Class DiagnosticsInfo


  • public final class DiagnosticsInfo
    extends Object
    The DiagnosticsInfo model.
    • Constructor Detail

      • DiagnosticsInfo

        public DiagnosticsInfo()
    • Method Detail

      • getModelState

        public ModelState getModelState()
        Get the modelState property: The modelState property.
        Returns:
        the modelState value.
      • setModelState

        public DiagnosticsInfo setModelState​(ModelState modelState)
        Set the modelState property: The modelState property.
        Parameters:
        modelState - the modelState value to set.
        Returns:
        the DiagnosticsInfo object itself.
      • getVariableStates

        public List<VariableState> getVariableStates()
        Get the variableStates property: The variableStates property.
        Returns:
        the variableStates value.
      • setVariableStates

        public DiagnosticsInfo setVariableStates​(List<VariableState> variableStates)
        Set the variableStates property: The variableStates property.
        Parameters:
        variableStates - the variableStates value to set.
        Returns:
        the DiagnosticsInfo object itself.