Package com.oracle.bmc.wlms.model
Class ScanResultSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.wlms.model.ScanResultSummary.Builder
 
- 
- Enclosing class:
- ScanResultSummary
 
 public static class ScanResultSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ScanResultSummarybuild()ScanResultSummary.Buildercopy(ScanResultSummary model)ScanResultSummary.BuilderserverCheckName(String serverCheckName)The name of the check performed.ScanResultSummary.BuilderserverCheckResult(String serverCheckResult)The result of the server check.ScanResultSummary.BuilderserverCheckResultId(String serverCheckResultId)The identifier of the the server check result.ScanResultSummary.BuilderserverCheckStatus(ScanResultSummary.ServerCheckStatus serverCheckStatus)The status of the server check which is OK, FAILURE, or WARNING.ScanResultSummary.BuilderserverName(String serverName)The name of the WebLogic server to which the server check belongs.ScanResultSummary.BuildertimeOfServerCheck(Date timeOfServerCheck)The date when the WebLogic server health check is performed (in RFC 3339 format).ScanResultSummary.BuilderwlsDomainId(String wlsDomainId)The OCID of the WebLogic domain.
 
- 
- 
- 
Method Detail- 
wlsDomainIdpublic ScanResultSummary.Builder wlsDomainId(String wlsDomainId) The OCID of the WebLogic domain.- Parameters:
- wlsDomainId- the value to set
- Returns:
- this builder
 
 - 
serverNamepublic ScanResultSummary.Builder serverName(String serverName) The name of the WebLogic server to which the server check belongs.- Parameters:
- serverName- the value to set
- Returns:
- this builder
 
 - 
timeOfServerCheckpublic ScanResultSummary.Builder timeOfServerCheck(Date timeOfServerCheck) The date when the WebLogic server health check is performed (in RFC 3339 format).Example: 2016-08-25T21:10:29.600Z - Parameters:
- timeOfServerCheck- the value to set
- Returns:
- this builder
 
 - 
serverCheckStatuspublic ScanResultSummary.Builder serverCheckStatus(ScanResultSummary.ServerCheckStatus serverCheckStatus) The status of the server check which is OK, FAILURE, or WARNING.- Parameters:
- serverCheckStatus- the value to set
- Returns:
- this builder
 
 - 
serverCheckNamepublic ScanResultSummary.Builder serverCheckName(String serverCheckName) The name of the check performed.- Parameters:
- serverCheckName- the value to set
- Returns:
- this builder
 
 - 
serverCheckResultIdpublic ScanResultSummary.Builder serverCheckResultId(String serverCheckResultId) The identifier of the the server check result.- Parameters:
- serverCheckResultId- the value to set
- Returns:
- this builder
 
 - 
serverCheckResultpublic ScanResultSummary.Builder serverCheckResult(String serverCheckResult) The result of the server check.- Parameters:
- serverCheckResult- the value to set
- Returns:
- this builder
 
 - 
buildpublic ScanResultSummary build() 
 - 
copypublic ScanResultSummary.Builder copy(ScanResultSummary model) 
 
- 
 
-