Uses of Class
com.oracle.bmc.wlms.model.ScanResultSummary.ServerCheckStatus
-
Packages that use ScanResultSummary.ServerCheckStatus Package Description com.oracle.bmc.wlms.model -
-
Uses of ScanResultSummary.ServerCheckStatus in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ScanResultSummary.ServerCheckStatus Modifier and Type Method Description static ScanResultSummary.ServerCheckStatus
ScanResultSummary.ServerCheckStatus. create(String key)
ScanResultSummary.ServerCheckStatus
ScanResultSummary. getServerCheckStatus()
The status of the server check which is OK, FAILURE, or WARNING.static ScanResultSummary.ServerCheckStatus
ScanResultSummary.ServerCheckStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScanResultSummary.ServerCheckStatus[]
ScanResultSummary.ServerCheckStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.model with parameters of type ScanResultSummary.ServerCheckStatus Modifier and Type Method Description ScanResultSummary.Builder
ScanResultSummary.Builder. serverCheckStatus(ScanResultSummary.ServerCheckStatus serverCheckStatus)
The status of the server check which is OK, FAILURE, or WARNING.Constructors in com.oracle.bmc.wlms.model with parameters of type ScanResultSummary.ServerCheckStatus Constructor Description ScanResultSummary(String wlsDomainId, String serverName, Date timeOfServerCheck, ScanResultSummary.ServerCheckStatus serverCheckStatus, String serverCheckName, String serverCheckResultId, String serverCheckResult)
Deprecated.
-