Class ProblemSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200131")
    public final class ProblemSummary
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Summary information for a problem.
    Note: Objects should always be created or deserialized using the ProblemSummary.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 ProblemSummary.Builder, which maintain a set of all explicitly set fields called ProblemSummary.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()
        Unique identifier that can’t be changed after creation
        Returns:
        the value
      • getCompartmentId

        public String getCompartmentId()
        Compartment OCID where the resource is created
        Returns:
        the value
      • getDetectorRuleId

        public String getDetectorRuleId()
        Unique identifier of the detector rule
        Returns:
        the value
      • getRiskLevel

        public RiskLevel getRiskLevel()
        The risk level of the problem
        Returns:
        the value
      • getRiskScore

        public Double getRiskScore()
        The risk score for the problem
        Returns:
        the value
      • getResourceId

        public String getResourceId()
        Unique identifier of the resource that’s impacted by the problem
        Returns:
        the value
      • getResourceName

        public String getResourceName()
        Display name of the resource impacted by the problem
        Returns:
        the value
      • getResourceType

        public String getResourceType()
        Type of the resource impacted by the problem
        Returns:
        the value
      • getLabels

        public List<String> getLabels()
        User-defined labels on the problem
        Returns:
        the value
      • getTimeFirstDetected

        public Date getTimeFirstDetected()
        The date and time the problem was first detected.

        Format defined by RFC3339.

        Returns:
        the value
      • getTimeLastDetected

        public Date getTimeLastDetected()
        The date and time the problem was last detected.

        Format defined by RFC3339.

        Returns:
        the value
      • getLifecycleState

        public ProblemLifecycleState getLifecycleState()
        The current lifecycle state of the problem
        Returns:
        the value
      • getLifecycleDetail

        public ProblemLifecycleDetail getLifecycleDetail()
        Additional details on the substate of the lifecycle state
        Returns:
        the value
      • getDetectorId

        public DetectorEnum getDetectorId()
        Unique identifier of the detector associated with the problem
        Returns:
        the value
      • getRegion

        public String getRegion()
        DEPRECATED
        Returns:
        the value
      • getRegions

        public List<String> getRegions()
        List of regions where the problem is found
        Returns:
        the value
      • getTargetId

        public String getTargetId()
        Unique target identifier associated with the problem
        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