Class BlockchainRiskDetail


  • public final class BlockchainRiskDetail
    extends java.lang.Object
    • Method Detail

      • getAlertId

        public java.util.Optional<java.lang.String> getAlertId()
        Returns:
        Optional alert identifier (alerts don't always exist)
      • getCategoryId

        public java.util.Optional<java.lang.String> getCategoryId()
        Returns:
        Unique identifier for the risk category
      • getCategoryName

        public java.util.Optional<java.lang.String> getCategoryName()
        Returns:
        Human-readable name of the risk category
      • getCategoryRiskLevel

        public java.util.Optional<RiskLevel> getCategoryRiskLevel()
        Returns:
        Risk level specific to this category
      • getCategoryRiskScore

        public java.util.Optional<java.lang.Double> getCategoryRiskScore()
        Returns:
        Numeric risk score for this specific category
      • getExposureType

        public java.util.Optional<RiskExposureType> getExposureType()
        Returns:
        Type of exposure to the risk entity
      • getEntity

        public java.util.Optional<java.lang.String> getEntity()
        Returns:
        Name of the specific entity that poses the risk
      • getExposureAmount

        public java.util.Optional<TransactionAmountDetails> getExposureAmount()
        Returns:
        Amount of the transaction exposed to this risk
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object