public class DescribeCaptchaDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeCaptchaDataRequest() |
DescribeCaptchaDataRequest(DescribeCaptchaDataRequest 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 查询结束时间
|
Long |
getStart()
Get 查询开始时间
|
Long |
getType()
Get 查询类型
|
void |
setCaptchaAppId(Long CaptchaAppId)
Set 验证码应用ID
|
void |
setEnd(Long End)
Set 查询结束时间
|
void |
setStart(Long Start)
Set 查询开始时间
|
void |
setType(Long Type)
Set 查询类型
|
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 DescribeCaptchaDataRequest()
public DescribeCaptchaDataRequest(DescribeCaptchaDataRequest source)
public Long getCaptchaAppId()
public void setCaptchaAppId(Long CaptchaAppId)
CaptchaAppId
- 验证码应用IDpublic Long getStart()
public void setStart(Long Start)
Start
- 查询开始时间public Long getEnd()
public void setEnd(Long End)
End
- 查询结束时间public Long getType()
public void setType(Long Type)
Type
- 查询类型Copyright © 2021. All rights reserved.