Class CaptchaOperDataTryTimesDistributeUnit


  • public class CaptchaOperDataTryTimesDistributeUnit
    extends AbstractModel
    • Constructor Detail

      • CaptchaOperDataTryTimesDistributeUnit

        public CaptchaOperDataTryTimesDistributeUnit()
      • CaptchaOperDataTryTimesDistributeUnit

        public CaptchaOperDataTryTimesDistributeUnit​(CaptchaOperDataTryTimesDistributeUnit 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

      • getTryCount

        public Long getTryCount()
        Get 尝试次数
        Returns:
        TryCount 尝试次数
      • setTryCount

        public void setTryCount​(Long TryCount)
        Set 尝试次数
        Parameters:
        TryCount - 尝试次数
      • getUserCount

        public Long getUserCount()
        Get 用户请求数量
        Returns:
        UserCount 用户请求数量
      • setUserCount

        public void setUserCount​(Long UserCount)
        Set 用户请求数量
        Parameters:
        UserCount - 用户请求数量