public class ScreenTrendsChart extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScreenTrendsChart() | 
| ScreenTrendsChart(ScreenTrendsChart 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 | getType()Get 统计分类类型 值:防御次数,攻击次数 | 
| String | getX()Get X轴 时间 | 
| Long | getY()Get Y轴 数值 | 
| void | setType(String Type)Set 统计分类类型 值:防御次数,攻击次数 | 
| void | setX(String X)Set X轴 时间 | 
| void | setY(Long Y)Set Y轴 数值 | 
| 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 ScreenTrendsChart()
public ScreenTrendsChart(ScreenTrendsChart source)
public String getX()
public void setX(String X)
X - X轴 时间public Long getY()
public void setY(Long Y)
Y - Y轴 数值public String getType()
public void setType(String Type)
Type - 统计分类类型 值:防御次数,攻击次数Copyright © 2025. All rights reserved.