@Deprecated
public class DatabaseStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
QUICK
Deprecated.
|
static int |
SLOW
Deprecated.
|
Constructor and Description |
---|
DatabaseStatus()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationName()
Deprecated.
|
java.lang.Long |
getErrorsFound()
Deprecated.
|
java.lang.String |
getFullReport()
Deprecated.
|
java.lang.Long |
getResolvableErrors()
Deprecated.
|
int |
getThoroughness()
Deprecated.
|
java.lang.Long |
getTimeTaken()
Deprecated.
|
void |
setApplicationName(java.lang.String applicationName_)
Deprecated.
|
void |
setErrorsFound(java.lang.Long errorsFound_)
Deprecated.
|
void |
setFullReport(java.lang.String fullReport_)
Deprecated.
|
void |
setResolvableErrors(java.lang.Long resolvableErrors_)
Deprecated.
|
void |
setThoroughness(int thoroughness_)
Deprecated.
|
void |
setTimeTaken(java.lang.Long timeTaken_)
Deprecated.
|
public static final int QUICK
public static final int SLOW
public java.lang.String getApplicationName()
public void setApplicationName(java.lang.String applicationName_)
public java.lang.Long getErrorsFound()
public void setErrorsFound(java.lang.Long errorsFound_)
public java.lang.String getFullReport()
public void setFullReport(java.lang.String fullReport_)
public java.lang.Long getResolvableErrors()
public void setResolvableErrors(java.lang.Long resolvableErrors_)
public int getThoroughness()
public void setThoroughness(int thoroughness_)
public java.lang.Long getTimeTaken()
public void setTimeTaken(java.lang.Long timeTaken_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.