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.ExplicitlySetBmcModel
The 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 Summary
Nested Classes Modifier and Type Class Description static class
ScanResultSummary.Builder
static class
ScanResultSummary.ServerCheckStatus
The status of the server check which is OK, FAILURE, or WARNING.
-
Constructor Summary
Constructors Constructor Description ScanResultSummary(String wlsDomainId, String serverName, Date timeOfServerCheck, ScanResultSummary.ServerCheckStatus serverCheckStatus, String serverCheckName, String serverCheckResultId, String serverCheckResult)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScanResultSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getServerCheckName()
The name of the check performed.String
getServerCheckResult()
The result of the server check.String
getServerCheckResultId()
The identifier of the the server check result.ScanResultSummary.ServerCheckStatus
getServerCheckStatus()
The status of the server check which is OK, FAILURE, or WARNING.String
getServerName()
The name of the WebLogic server to which the server check belongs.Date
getTimeOfServerCheck()
The date when the WebLogic server health check is performed (in RFC 3339 format).String
getWlsDomainId()
The OCID of the WebLogic domain.int
hashCode()
ScanResultSummary.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static ScanResultSummary.Builder builder()
Create a new builder.
-
toBuilder
public ScanResultSummary.Builder toBuilder()
-
getServerName
public String getServerName()
The name of the WebLogic server to which the server check belongs.- Returns:
- the value
-
getTimeOfServerCheck
public 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
-
getServerCheckStatus
public ScanResultSummary.ServerCheckStatus getServerCheckStatus()
The status of the server check which is OK, FAILURE, or WARNING.- Returns:
- the value
-
getServerCheckName
public String getServerCheckName()
The name of the check performed.- Returns:
- the value
-
getServerCheckResultId
public String getServerCheckResultId()
The identifier of the the server check result.- Returns:
- the value
-
getServerCheckResult
public String getServerCheckResult()
The result of the server check.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-