public class DescribeCaptchaMiniDataRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeCaptchaMiniDataRequest() |
DescribeCaptchaMiniDataRequest(DescribeCaptchaMiniDataRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCaptchaAppId()
Get 验证码应用ID
|
Long |
getEnd()
Get 查询结束时间 例如:2019112902
|
Long |
getStart()
Get 查询开始时间 例如:2019112900
|
Long |
getType()
Get 查询类型 安全验证码小程序插件分类查询数据接口,请求量type=0、通过量type=1、验证量type=2、拦截量type=3 小时级查询(五小时左右延迟)
|
void |
setCaptchaAppId(Long CaptchaAppId)
Set 验证码应用ID
|
void |
setEnd(Long End)
Set 查询结束时间 例如:2019112902
|
void |
setStart(Long Start)
Set 查询开始时间 例如:2019112900
|
void |
setType(Long Type)
Set 查询类型 安全验证码小程序插件分类查询数据接口,请求量type=0、通过量type=1、验证量type=2、拦截量type=3 小时级查询(五小时左右延迟)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeCaptchaMiniDataRequest()
public DescribeCaptchaMiniDataRequest(DescribeCaptchaMiniDataRequest source)
public Long getCaptchaAppId()
public void setCaptchaAppId(Long CaptchaAppId)
CaptchaAppId
- 验证码应用IDpublic Long getStart()
public void setStart(Long Start)
Start
- 查询开始时间 例如:2019112900public Long getEnd()
public void setEnd(Long End)
End
- 查询结束时间 例如:2019112902public Long getType()
public void setType(Long Type)
Type
- 查询类型 安全验证码小程序插件分类查询数据接口,请求量type=0、通过量type=1、验证量type=2、拦截量type=3 小时级查询(五小时左右延迟)Copyright © 2023. All rights reserved.