Package com.oracle.bmc.cloudguard.model
Class ResponderExecution
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.cloudguard.model.ResponderExecution
-
@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 theResponderExecution.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 theResponderExecution.Builder
, which maintain a set of all explicitly set fields calledResponderExecution.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
ResponderExecution.Builder
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResponderExecution.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCompartmentId()
Compartment OCID of the responder execution for the problemString
getId()
The unique identifier of the responder executionList<ResourceLock>
getLocks()
Locks associated with this resource.String
getMessage()
Message about the responder executionString
getProblemId()
Problem ID associated with the responder executionString
getRegion()
Region where the problem is foundString
getResourceName()
Resource name of the problem for the responder execution.String
getResourceType()
Resource type of the problem for the responder executionResponderExecutionModes
getResponderExecutionMode()
Execution mode of the responderResponderExecutionStates
getResponderExecutionStatus()
Current execution status of the responderResponderRuleExecutionDetails
getResponderRuleExecutionDetails()
String
getResponderRuleId()
Responder rule ID for the responder executionString
getResponderRuleName()
Responder rule name for the responder executionResponderType
getResponderRuleType()
Responder rule type for the responder executionString
getTargetId()
Target ID of the problem for the responder executionDate
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.
-
-
-
Constructor Detail
-
ResponderExecution
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static ResponderExecution.Builder builder()
Create a new builder.
-
toBuilder
public ResponderExecution.Builder toBuilder()
-
getId
public String getId()
The unique identifier of the responder execution- Returns:
- the value
-
getResponderRuleId
public String getResponderRuleId()
Responder rule ID for the responder execution- Returns:
- the value
-
getResponderRuleType
public ResponderType getResponderRuleType()
Responder rule type for the responder execution- Returns:
- the value
-
getResponderRuleName
public String getResponderRuleName()
Responder rule name for the responder execution- Returns:
- the value
-
getProblemId
public String getProblemId()
Problem ID associated with the responder execution- Returns:
- the value
-
getRegion
public String getRegion()
Region where the problem is found- Returns:
- the value
-
getTargetId
public String getTargetId()
Target ID of the problem for the responder execution- Returns:
- the value
-
getCompartmentId
public String getCompartmentId()
Compartment OCID of the responder execution for the problem- Returns:
- the value
-
getResourceType
public String getResourceType()
Resource type of the problem for the responder execution- Returns:
- the value
-
getResourceName
public String getResourceName()
Resource name of the problem for the responder execution.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The date and time the responder execution was created.Format defined by RFC3339.
- Returns:
- the value
-
getTimeCompleted
public Date getTimeCompleted()
The date and time the responder execution was updated.Format defined by RFC3339.
- Returns:
- the value
-
getResponderExecutionStatus
public ResponderExecutionStates getResponderExecutionStatus()
Current execution status of the responder- Returns:
- the value
-
getResponderExecutionMode
public ResponderExecutionModes getResponderExecutionMode()
Execution mode of the responder- Returns:
- the value
-
getMessage
public String getMessage()
Message about the responder execution- Returns:
- the value
-
getResponderRuleExecutionDetails
public ResponderRuleExecutionDetails getResponderRuleExecutionDetails()
-
getLocks
public List<ResourceLock> getLocks()
Locks associated with this resource.- 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
-
-