public class IpStatic extends AbstractModel
Constructor and Description |
---|
IpStatic() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getNum()
Get 值
|
String |
getStatTime()
Get 折线图横坐标时间
|
void |
setNum(Long Num)
Set 值
|
void |
setStatTime(String StatTime)
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 IpStatic()
public IpStatic(IpStatic source)
public Long getNum()
public void setNum(Long Num)
Num
- 值public String getStatTime()
public void setStatTime(String StatTime)
StatTime
- 折线图横坐标时间Copyright © 2021. All rights reserved.