public class InterceptPerTrendObj extends AbstractModel
Constructor and Description |
---|
InterceptPerTrendObj() |
InterceptPerTrendObj(InterceptPerTrendObj 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 |
---|---|
Float |
getAnswerInterceptPer()
Get 答案拦截率
|
String |
getFtime()
Get 时间参数
|
Float |
getPolicyInterceptPer()
Get 策略拦截率
|
Float |
getRequestInterceptPer()
Get 拦截率
|
void |
setAnswerInterceptPer(Float AnswerInterceptPer)
Set 答案拦截率
|
void |
setFtime(String Ftime)
Set 时间参数
|
void |
setPolicyInterceptPer(Float PolicyInterceptPer)
Set 策略拦截率
|
void |
setRequestInterceptPer(Float RequestInterceptPer)
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 InterceptPerTrendObj()
public InterceptPerTrendObj(InterceptPerTrendObj source)
public String getFtime()
public void setFtime(String Ftime)
Ftime
- 时间参数public Float getRequestInterceptPer()
public void setRequestInterceptPer(Float RequestInterceptPer)
RequestInterceptPer
- 拦截率public Float getAnswerInterceptPer()
public void setAnswerInterceptPer(Float AnswerInterceptPer)
AnswerInterceptPer
- 答案拦截率public Float getPolicyInterceptPer()
public void setPolicyInterceptPer(Float PolicyInterceptPer)
PolicyInterceptPer
- 策略拦截率Copyright © 2023. All rights reserved.