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.ExplicitlySetBmcModelAttributes 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 SummaryNested Classes Modifier and Type Class Description static classResponderExecution.Builder
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResponderExecution.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()Compartment OCID of the responder execution for the problemStringgetId()The unique identifier of the responder executionList<ResourceLock>getLocks()Locks associated with this resource.StringgetMessage()Message about the responder executionStringgetProblemId()Problem ID associated with the responder executionStringgetRegion()Region where the problem is foundStringgetResourceName()Resource name of the problem for the responder execution.StringgetResourceType()Resource type of the problem for the responder executionResponderExecutionModesgetResponderExecutionMode()Execution mode of the responderResponderExecutionStatesgetResponderExecutionStatus()Current execution status of the responderResponderRuleExecutionDetailsgetResponderRuleExecutionDetails()StringgetResponderRuleId()Responder rule ID for the responder executionStringgetResponderRuleName()Responder rule name for the responder executionResponderTypegetResponderRuleType()Responder rule type for the responder executionStringgetTargetId()Target ID of the problem for the responder executionDategetTimeCompleted()The date and time the responder execution was updated.DategetTimeCreated()The date and time the responder execution was created.inthashCode()ResponderExecution.BuildertoBuilder()StringtoString()StringtoString(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- 
builderpublic static ResponderExecution.Builder builder() Create a new builder.
 - 
toBuilderpublic ResponderExecution.Builder toBuilder() 
 - 
getIdpublic String getId() The unique identifier of the responder execution- Returns:
- the value
 
 - 
getResponderRuleIdpublic String getResponderRuleId() Responder rule ID for the responder execution- Returns:
- the value
 
 - 
getResponderRuleTypepublic ResponderType getResponderRuleType() Responder rule type for the responder execution- Returns:
- the value
 
 - 
getResponderRuleNamepublic String getResponderRuleName() Responder rule name for the responder execution- Returns:
- the value
 
 - 
getProblemIdpublic String getProblemId() Problem ID associated with the responder execution- Returns:
- the value
 
 - 
getRegionpublic String getRegion() Region where the problem is found- Returns:
- the value
 
 - 
getTargetIdpublic String getTargetId() Target ID of the problem for the responder execution- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() Compartment OCID of the responder execution for the problem- Returns:
- the value
 
 - 
getResourceTypepublic String getResourceType() Resource type of the problem for the responder execution- Returns:
- the value
 
 - 
getResourceNamepublic String getResourceName() Resource name of the problem for the responder execution.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time the responder execution was created.Format defined by RFC3339. - Returns:
- the value
 
 - 
getTimeCompletedpublic Date getTimeCompleted() The date and time the responder execution was updated.Format defined by RFC3339. - Returns:
- the value
 
 - 
getResponderExecutionStatuspublic ResponderExecutionStates getResponderExecutionStatus() Current execution status of the responder- Returns:
- the value
 
 - 
getResponderExecutionModepublic ResponderExecutionModes getResponderExecutionMode() Execution mode of the responder- Returns:
- the value
 
 - 
getMessagepublic String getMessage() Message about the responder execution- Returns:
- the value
 
 - 
getResponderRuleExecutionDetailspublic ResponderRuleExecutionDetails getResponderRuleExecutionDetails() 
 - 
getLockspublic List<ResourceLock> getLocks() Locks associated with this resource.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-