public class RequestTrendObj extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFtime()Get 时间参数 | 
| Long | getRequestAction()Get 请求量 | 
| Long | getRequestIntercept()Get 拦截量 | 
| Long | getRequestThroughput()Get 通过量 | 
| Long | getRequestVerify()Get 验证量 | 
| void | setFtime(String Ftime)Set 时间参数 | 
| void | setRequestAction(Long RequestAction)Set 请求量 | 
| void | setRequestIntercept(Long RequestIntercept)Set 拦截量 | 
| void | setRequestThroughput(Long RequestThroughput)Set 通过量 | 
| void | setRequestVerify(Long RequestVerify)Set 验证量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RequestTrendObj()
public RequestTrendObj(RequestTrendObj source)
public String getFtime()
public void setFtime(String Ftime)
Ftime - 时间参数public Long getRequestAction()
public void setRequestAction(Long RequestAction)
RequestAction - 请求量public Long getRequestVerify()
public void setRequestVerify(Long RequestVerify)
RequestVerify - 验证量public Long getRequestThroughput()
public void setRequestThroughput(Long RequestThroughput)
RequestThroughput - 通过量public Long getRequestIntercept()
public void setRequestIntercept(Long RequestIntercept)
RequestIntercept - 拦截量Copyright © 2025. All rights reserved.