public class DescribeCaptchaDataSumRequest extends AbstractModel
Constructor and Description |
---|
DescribeCaptchaDataSumRequest() |
DescribeCaptchaDataSumRequest(DescribeCaptchaDataSumRequest 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 查询开始时间
|
void |
setCaptchaAppId(Long CaptchaAppId)
Set 验证码应用ID
|
void |
setEnd(Long End)
Set 查询结束时间
|
void |
setStart(Long Start)
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 DescribeCaptchaDataSumRequest()
public DescribeCaptchaDataSumRequest(DescribeCaptchaDataSumRequest 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
- 查询结束时间Copyright © 2022. All rights reserved.