Class 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 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).
    • Method Detail

      • 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
      • getLocks

        public List<ResourceLock> getLocks()
        Locks associated with this resource.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel