Class IpStatic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.IpStatic
-
public class IpStatic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetNum()Get 值StringgetStatTime()Get 折线图横坐标时间voidsetNum(Long Num)Set 值voidsetStatTime(String StatTime)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
-
IpStatic
public IpStatic()
-
IpStatic
public IpStatic(IpStatic 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
-
getNum
public Long getNum()
Get 值- Returns:
- Num 值
-
setNum
public void setNum(Long Num)
Set 值- Parameters:
Num- 值
-
getStatTime
public String getStatTime()
Get 折线图横坐标时间- Returns:
- StatTime 折线图横坐标时间
-
setStatTime
public void setStatTime(String StatTime)
Set 折线图横坐标时间- Parameters:
StatTime- 折线图横坐标时间
-
-