public class BotStatPointItem extends AbstractModel
Constructor and Description |
---|
BotStatPointItem() |
BotStatPointItem(BotStatPointItem 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 |
getKey()
Get value的所属对象
|
String |
getLabel()
Get Key对应的页面展示内容
|
String |
getTimeStamp()
Get 横坐标
|
Long |
getValue()
Get 纵列表
|
void |
setKey(String Key)
Set value的所属对象
|
void |
setLabel(String Label)
Set Key对应的页面展示内容
|
void |
setTimeStamp(String TimeStamp)
Set 横坐标
|
void |
setValue(Long Value)
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 BotStatPointItem()
public BotStatPointItem(BotStatPointItem source)
public String getTimeStamp()
public void setTimeStamp(String TimeStamp)
TimeStamp
- 横坐标public String getKey()
public void setKey(String Key)
Key
- value的所属对象public Long getValue()
public void setValue(Long Value)
Value
- 纵列表public String getLabel()
public void setLabel(String Label)
Label
- Key对应的页面展示内容Copyright © 2023. All rights reserved.