Class RiskInfo

    • Constructor Detail

      • RiskInfo

        public RiskInfo()
      • RiskInfo

        public RiskInfo​(RiskInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public Long getType()
        Get 风险类型
        Returns:
        Type 风险类型
      • setType

        public void setType​(Long Type)
        Set 风险类型
        Parameters:
        Type - 风险类型
      • getLevel

        public Long getLevel()
        Get 风险等级
        Returns:
        Level 风险等级
      • setLevel

        public void setLevel​(Long Level)
        Set 风险等级
        Parameters:
        Level - 风险等级