Class DescribeCaptchaMiniOperDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.DescribeCaptchaMiniOperDataRequest
-
public class DescribeCaptchaMiniOperDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCaptchaMiniOperDataRequest()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCaptchaAppId()Get 验证码应用IDLonggetEnd()Get 查询结束时间LonggetStart()Get 查询开始时间LonggetType()Get 查询类型voidsetCaptchaAppId(Long CaptchaAppId)Set 验证码应用IDvoidsetEnd(Long End)Set 查询结束时间voidsetStart(Long Start)Set 查询开始时间voidsetType(Long Type)Set 查询类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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- 查询结束时间
-
-