Package com.oracle.bmc.cloudguard.model
Class ResponderExecutionSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.cloudguard.model.ResponderExecutionSummary
-
@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 theResponderExecutionSummary.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 theResponderExecutionSummary.Builder
, which maintain a set of all explicitly set fields calledResponderExecutionSummary.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
ResponderExecutionSummary.Builder
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResponderExecutionSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCompartmentId()
Compartment OCID of the problem for the responder executionString
getId()
The unique identifier of the responder executionString
getMessage()
Message about the responder execution.String
getProblemId()
Problem ID associated with the responder executionString
getProblemName()
Problem name 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()
Possible type of responder execution modesResponderExecutionStates
getResponderExecutionStatus()
Current execution status of the responderResponderRuleExecutionDetails
getResponderRuleExecutionDetails()
String
getResponderRuleId()
Responder rule ID for the responder executionString
getResponderRuleName()
Rule name for the responder executionResponderType
getResponderRuleType()
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()
ResponderExecutionSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ResponderExecutionSummary
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static ResponderExecutionSummary.Builder builder()
Create a new builder.
-
toBuilder
public ResponderExecutionSummary.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()
Rule type for the responder execution- Returns:
- the value
-
getResponderRuleName
public String getResponderRuleName()
Rule name for the responder execution- Returns:
- the value
-
getProblemId
public String getProblemId()
Problem ID associated with the responder execution- Returns:
- the value
-
getProblemName
public String getProblemName()
Problem name 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 problem for the responder execution- 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()
Possible type of responder execution modes- Returns:
- the value
-
getMessage
public String getMessage()
Message about the responder execution.- Returns:
- the value
-
getResponderRuleExecutionDetails
public ResponderRuleExecutionDetails getResponderRuleExecutionDetails()
-
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
-
-