public class OverviewRecord extends AbstractModel
Constructor and Description |
---|
OverviewRecord() |
Modifier and Type | Method and Description |
---|---|
Long |
getEvilCount()
获取调用恶意量
|
String |
getServiceType()
获取Text表示文本,Image表示图片,Audio表示音频,Video表示视频
|
Long |
getTotalCount()
获取调用总量
|
String |
getYoy()
获取恶意量同比增长率
|
void |
setEvilCount(Long EvilCount)
设置调用恶意量
|
void |
setServiceType(String ServiceType)
设置Text表示文本,Image表示图片,Audio表示音频,Video表示视频
|
void |
setTotalCount(Long TotalCount)
设置调用总量
|
void |
setYoy(String Yoy)
设置恶意量同比增长率
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getEvilCount()
public void setEvilCount(Long EvilCount)
EvilCount
- 调用恶意量public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- Text表示文本,Image表示图片,Audio表示音频,Video表示视频public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 调用总量public String getYoy()
public void setYoy(String Yoy)
Yoy
- 恶意量同比增长率Copyright © 2019. All rights reserved.