Class DescribeCaptchaMiniOperDataRequest


  • public class DescribeCaptchaMiniOperDataRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeCaptchaMiniOperDataRequest

        public DescribeCaptchaMiniOperDataRequest()
      • DescribeCaptchaMiniOperDataRequest

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

      • getCaptchaAppId

        public Long getCaptchaAppId()
        Get 验证码应用ID
        Returns:
        CaptchaAppId 验证码应用ID
      • setCaptchaAppId

        public void setCaptchaAppId​(Long CaptchaAppId)
        Set 验证码应用ID
        Parameters:
        CaptchaAppId - 验证码应用ID
      • getStart

        public Long getStart()
        Get 查询开始时间
        Returns:
        Start 查询开始时间
      • setStart

        public void setStart​(Long Start)
        Set 查询开始时间
        Parameters:
        Start - 查询开始时间
      • getType

        public Long getType()
        Get 查询类型
        Returns:
        Type 查询类型
      • setType

        public void setType​(Long Type)
        Set 查询类型
        Parameters:
        Type - 查询类型
      • getEnd

        public Long getEnd()
        Get 查询结束时间
        Returns:
        End 查询结束时间
      • setEnd

        public void setEnd​(Long End)
        Set 查询结束时间
        Parameters:
        End - 查询结束时间