@Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class ResponderExecution extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Attributes for a responder execution (ResponderExecution resource).
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 ResponderExecution.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 |
ResponderExecution.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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,
List<ResourceLock> locks)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ResponderExecution.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
Compartment OCID of the responder execution for the problem
|
String |
getId()
The unique identifier of the responder execution
|
List<ResourceLock> |
getLocks()
Locks associated with this resource.
|
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()
Responder rule name for the responder execution
|
ResponderType |
getResponderRuleType()
Responder 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() |
ResponderExecution.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","region","targetId","compartmentId","resourceType","resourceName","timeCreated","timeCompleted","responderExecutionStatus","responderExecutionMode","message","responderRuleExecutionDetails","locks"}) 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, List<ResourceLock> locks)
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()
Responder rule type for the responder execution
public String getResponderRuleName()
Responder 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()
Target ID of the problem for the responder execution
public String getCompartmentId()
Compartment OCID 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.
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()
public List<ResourceLock> getLocks()
Locks associated with this resource.
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.