Class DatabaseStatus

java.lang.Object
com.appiancorp.suiteapi.portal.DatabaseStatus

@Deprecated public class DatabaseStatus extends Object
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
  • Field Details

  • Constructor Details

    • DatabaseStatus

      public DatabaseStatus()
      Deprecated.
  • Method Details

    • getApplicationName

      public String getApplicationName()
      Deprecated.
    • setApplicationName

      public void setApplicationName(String applicationName_)
      Deprecated.
    • getErrorsFound

      public Long getErrorsFound()
      Deprecated.
    • setErrorsFound

      public void setErrorsFound(Long errorsFound_)
      Deprecated.
    • getFullReport

      public String getFullReport()
      Deprecated.
    • setFullReport

      public void setFullReport(String fullReport_)
      Deprecated.
    • getResolvableErrors

      public Long getResolvableErrors()
      Deprecated.
    • setResolvableErrors

      public void setResolvableErrors(Long resolvableErrors_)
      Deprecated.
    • getThoroughness

      public int getThoroughness()
      Deprecated.
    • setThoroughness

      public void setThoroughness(int thoroughness_)
      Deprecated.
    • getTimeTaken

      public Long getTimeTaken()
      Deprecated.
    • setTimeTaken

      public void setTimeTaken(Long timeTaken_)
      Deprecated.