public class DescribeCaptchaTicketDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeCaptchaTicketDataRequest() |
DescribeCaptchaTicketDataRequest(DescribeCaptchaTicketDataRequest 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 |
getStart()
Get 查询开始时间 例如:20200909
|
void |
setCaptchaAppId(Long CaptchaAppId)
Set 验证码应用ID
|
void |
setStart(Long Start)
Set 查询开始时间 例如:20200909
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCaptchaTicketDataRequest()
public DescribeCaptchaTicketDataRequest(DescribeCaptchaTicketDataRequest source)
public Long getCaptchaAppId()
public void setCaptchaAppId(Long CaptchaAppId)
CaptchaAppId
- 验证码应用IDpublic Long getStart()
public void setStart(Long Start)
Start
- 查询开始时间 例如:20200909Copyright © 2021. All rights reserved.