@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ResponderExecution extends Object
Responder Execution Object.
Note: Objects should always be created or deserialized using the ResponderExecution.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 ResponderExecution.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ResponderExecution.Builder |
Constructor and Description |
---|
ResponderExecution(String id,
String responderRuleId,
ResponderType responderRuleType,
String responderRuleName,
String problemId,
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 ResponderExecution.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
compartment id of the responder execution for the problem
|
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 |
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()
execution mode of the responder
|
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()
targetId 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() |
ResponderExecution.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","responderRuleId","responderRuleType","responderRuleName","problemId","region","targetId","compartmentId","resourceType","resourceName","timeCreated","timeCompleted","responderExecutionStatus","responderExecutionMode","message","responderRuleExecutionDetails"}) @Deprecated public ResponderExecution(String id, String responderRuleId, ResponderType responderRuleType, String responderRuleName, String problemId, String region, String targetId, String compartmentId, String resourceType, String resourceName, Date timeCreated, Date timeCompleted, ResponderExecutionStates responderExecutionStatus, ResponderExecutionModes responderExecutionMode, String message, ResponderRuleExecutionDetails responderRuleExecutionDetails)
public static ResponderExecution.Builder builder()
Create a new builder.
public ResponderExecution.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 getRegion()
region where the problem is found
public String getTargetId()
targetId of the problem for the responder execution
public String getCompartmentId()
compartment id of the responder execution for the problem
public String getResourceType()
resource type of the problem for the responder execution
public String getResourceName()
resource name of the problem for the responder execution. TODO-DOC link to resource definition doc
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()
execution mode of the responder
public String getMessage()
Message about the responder execution.
public ResponderRuleExecutionDetails getResponderRuleExecutionDetails()
Copyright © 2016–2022. All rights reserved.