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 Value
|
String |
getStatTime()
Get Time shown on the x-axis of the line graph
|
void |
setNum(Long Num)
Set Value
|
void |
setStatTime(String StatTime)
Set Time shown on the x-axis of the line graph
|
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
- Valuepublic String getStatTime()
public void setStatTime(String StatTime)
StatTime
- Time shown on the x-axis of the line graphCopyright © 2023. All rights reserved.