Class BotStatPointItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.BotStatPointItem
-
public class BotStatPointItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Get value的所属对象StringgetLabel()Get Key对应的页面展示内容StringgetTimeStamp()Get 横坐标LonggetValue()Get 纵列表voidsetKey(String Key)Set value的所属对象voidsetLabel(String Label)Set Key对应的页面展示内容voidsetTimeStamp(String TimeStamp)Set 横坐标voidsetValue(Long Value)Set 纵列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BotStatPointItem
public BotStatPointItem()
-
BotStatPointItem
public 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.
-
-
Method Detail
-
getTimeStamp
public String getTimeStamp()
Get 横坐标- Returns:
- TimeStamp 横坐标
-
setTimeStamp
public void setTimeStamp(String TimeStamp)
Set 横坐标- Parameters:
TimeStamp- 横坐标
-
getKey
public String getKey()
Get value的所属对象- Returns:
- Key value的所属对象
-
setKey
public void setKey(String Key)
Set value的所属对象- Parameters:
Key- value的所属对象
-
getValue
public Long getValue()
Get 纵列表- Returns:
- Value 纵列表
-
setValue
public void setValue(Long Value)
Set 纵列表- Parameters:
Value- 纵列表
-
getLabel
public String getLabel()
Get Key对应的页面展示内容- Returns:
- Label Key对应的页面展示内容
-
setLabel
public void setLabel(String Label)
Set Key对应的页面展示内容- Parameters:
Label- Key对应的页面展示内容
-
-