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 Statistical type: defense count, attack count
|
String |
getX()
Get Time on the X-axis
|
Long |
getY()
Get Numerical value on the Y-axis
|
void |
setType(String Type)
Set Statistical type: defense count, attack count
|
void |
setX(String X)
Set Time on the X-axis
|
void |
setY(Long Y)
Set Numerical value on the Y-axis
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScreenTrendsChart()
public ScreenTrendsChart(ScreenTrendsChart source)
public String getX()
public void setX(String X)
X
- Time on the X-axispublic Long getY()
public void setY(Long Y)
Y
- Numerical value on the Y-axispublic String getType()
public void setType(String Type)
Type
- Statistical type: defense count, attack countCopyright © 2024. All rights reserved.