Class RequestTrendObj
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.RequestTrendObj
-
public class RequestTrendObj extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RequestTrendObj()RequestTrendObj(RequestTrendObj 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 StringgetFtime()Get 时间参数LonggetRequestAction()Get 请求量LonggetRequestIntercept()Get 拦截量LonggetRequestThroughput()Get 通过量LonggetRequestVerify()Get 验证量voidsetFtime(String Ftime)Set 时间参数voidsetRequestAction(Long RequestAction)Set 请求量voidsetRequestIntercept(Long RequestIntercept)Set 拦截量voidsetRequestThroughput(Long RequestThroughput)Set 通过量voidsetRequestVerify(Long RequestVerify)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
-
RequestTrendObj
public RequestTrendObj()
-
RequestTrendObj
public RequestTrendObj(RequestTrendObj 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
-
getFtime
public String getFtime()
Get 时间参数- Returns:
- Ftime 时间参数
-
setFtime
public void setFtime(String Ftime)
Set 时间参数- Parameters:
Ftime- 时间参数
-
getRequestAction
public Long getRequestAction()
Get 请求量- Returns:
- RequestAction 请求量
-
setRequestAction
public void setRequestAction(Long RequestAction)
Set 请求量- Parameters:
RequestAction- 请求量
-
getRequestVerify
public Long getRequestVerify()
Get 验证量- Returns:
- RequestVerify 验证量
-
setRequestVerify
public void setRequestVerify(Long RequestVerify)
Set 验证量- Parameters:
RequestVerify- 验证量
-
getRequestThroughput
public Long getRequestThroughput()
Get 通过量- Returns:
- RequestThroughput 通过量
-
setRequestThroughput
public void setRequestThroughput(Long RequestThroughput)
Set 通过量- Parameters:
RequestThroughput- 通过量
-
getRequestIntercept
public Long getRequestIntercept()
Get 拦截量- Returns:
- RequestIntercept 拦截量
-
setRequestIntercept
public void setRequestIntercept(Long RequestIntercept)
Set 拦截量- Parameters:
RequestIntercept- 拦截量
-
-