Package com.oracle.bmc.wlms.model
Class ScanResultSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.wlms.model.ScanResultSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20241101") public final class ScanResultSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe result of a server check in a managed instance.
 Note: Objects should always be created or deserialized using theScanResultSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theScanResultSummary.Builder, which maintain a set of all explicitly set fields calledScanResultSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classScanResultSummary.Builderstatic classScanResultSummary.ServerCheckStatusThe status of the server check which is OK, FAILURE, or WARNING.
 - 
Constructor SummaryConstructors Constructor Description ScanResultSummary(String wlsDomainId, String serverName, Date timeOfServerCheck, ScanResultSummary.ServerCheckStatus serverCheckStatus, String serverCheckName, String serverCheckResultId, String serverCheckResult)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScanResultSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetServerCheckName()The name of the check performed.StringgetServerCheckResult()The result of the server check.StringgetServerCheckResultId()The identifier of the the server check result.ScanResultSummary.ServerCheckStatusgetServerCheckStatus()The status of the server check which is OK, FAILURE, or WARNING.StringgetServerName()The name of the WebLogic server to which the server check belongs.DategetTimeOfServerCheck()The date when the WebLogic server health check is performed (in RFC 3339 format).StringgetWlsDomainId()The OCID of the WebLogic domain.inthashCode()ScanResultSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ScanResultSummary@Deprecated @ConstructorProperties({"wlsDomainId","serverName","timeOfServerCheck","serverCheckStatus","serverCheckName","serverCheckResultId","serverCheckResult"}) public ScanResultSummary(String wlsDomainId, String serverName, Date timeOfServerCheck, ScanResultSummary.ServerCheckStatus serverCheckStatus, String serverCheckName, String serverCheckResultId, String serverCheckResult) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ScanResultSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ScanResultSummary.Builder toBuilder() 
 - 
getServerNamepublic String getServerName() The name of the WebLogic server to which the server check belongs.- Returns:
- the value
 
 - 
getTimeOfServerCheckpublic Date getTimeOfServerCheck() The date when the WebLogic server health check is performed (in RFC 3339 format).Example: 2016-08-25T21:10:29.600Z - Returns:
- the value
 
 - 
getServerCheckStatuspublic ScanResultSummary.ServerCheckStatus getServerCheckStatus() The status of the server check which is OK, FAILURE, or WARNING.- Returns:
- the value
 
 - 
getServerCheckNamepublic String getServerCheckName() The name of the check performed.- Returns:
- the value
 
 - 
getServerCheckResultIdpublic String getServerCheckResultId() The identifier of the the server check result.- Returns:
- the value
 
 - 
getServerCheckResultpublic String getServerCheckResult() The result of the server check.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-