@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ResponderExecutionSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A summary of detailed information on responder execution.
Note: Objects should always be created or deserialized using the ResponderExecutionSummary.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 the ResponderExecutionSummary.Builder
, which maintain a
set of all explicitly set fields called ResponderExecutionSummary.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
ResponderExecutionSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ResponderExecutionSummary(String id,
String responderRuleId,
ResponderType responderRuleType,
String responderRuleName,
String problemId,
String problemName,
String region,
String targetId,
String compartmentId,
String resourceType,
String resourceName,
Date timeCreated,
Date timeCompleted,
ResponderExecutionStates responderExecutionStatus,
ResponderExecutionModes responderExecutionMode,
String message,
ResponderRuleExecutionDetails responderRuleExecutionDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ResponderExecutionSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
Compartment OCID of the problem for the responder execution
|
String |
getId()
The unique identifier of the responder execution
|
String |
getMessage()
Message about the responder execution.
|
String |
getProblemId()
Problem ID associated with the responder execution
|
String |
getProblemName()
Problem name associated with the responder execution
|
String |
getRegion()
Region where the problem is found
|
String |
getResourceName()
Resource name of the problem for the responder execution.
|
String |
getResourceType()
resource type of the problem for the responder execution
|
ResponderExecutionModes |
getResponderExecutionMode()
Possible type of responder execution modes
|
ResponderExecutionStates |
getResponderExecutionStatus()
Current execution status of the responder
|
ResponderRuleExecutionDetails |
getResponderRuleExecutionDetails() |
String |
getResponderRuleId()
Responder rule ID for the responder execution
|
String |
getResponderRuleName()
Rule name for the responder execution
|
ResponderType |
getResponderRuleType()
Rule type for the responder execution
|
String |
getTargetId()
Target ID of the problem for the responder execution
|
Date |
getTimeCompleted()
The date and time the responder execution was updated.
|
Date |
getTimeCreated()
The date and time the responder execution was created.
|
int |
hashCode() |
ResponderExecutionSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","responderRuleId","responderRuleType","responderRuleName","problemId","problemName","region","targetId","compartmentId","resourceType","resourceName","timeCreated","timeCompleted","responderExecutionStatus","responderExecutionMode","message","responderRuleExecutionDetails"}) public ResponderExecutionSummary(String id, String responderRuleId, ResponderType responderRuleType, String responderRuleName, String problemId, String problemName, String region, String targetId, String compartmentId, String resourceType, String resourceName, Date timeCreated, Date timeCompleted, ResponderExecutionStates responderExecutionStatus, ResponderExecutionModes responderExecutionMode, String message, ResponderRuleExecutionDetails responderRuleExecutionDetails)
public static ResponderExecutionSummary.Builder builder()
Create a new builder.
public ResponderExecutionSummary.Builder toBuilder()
public String getId()
The unique identifier of the responder execution
public String getResponderRuleId()
Responder rule ID for the responder execution
public ResponderType getResponderRuleType()
Rule type for the responder execution
public String getResponderRuleName()
Rule name for the responder execution
public String getProblemId()
Problem ID associated with the responder execution
public String getProblemName()
Problem name associated with the responder execution
public String getRegion()
Region where the problem is found
public String getTargetId()
Target ID of the problem for the responder execution
public String getCompartmentId()
Compartment OCID of the problem for the responder execution
public String getResourceType()
resource type of the problem for the responder execution
public String getResourceName()
Resource name of the problem for the responder execution.
public Date getTimeCreated()
The date and time the responder execution was created. Format defined by RFC3339.
public Date getTimeCompleted()
The date and time the responder execution was updated. Format defined by RFC3339.
public ResponderExecutionStates getResponderExecutionStatus()
Current execution status of the responder
public ResponderExecutionModes getResponderExecutionMode()
Possible type of responder execution modes
public String getMessage()
Message about the responder execution.
public ResponderRuleExecutionDetails getResponderRuleExecutionDetails()
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.