public class RunTimeTendencyInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RunTimeTendencyInfo() |
RunTimeTendencyInfo(RunTimeTendencyInfo 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 |
getCnt()
Get Current quantity
|
String |
getCurTime()
Get The time of the day
|
void |
setCnt(Long Cnt)
Set Current quantity
|
void |
setCurTime(String CurTime)
Set The time of the day
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RunTimeTendencyInfo()
public RunTimeTendencyInfo(RunTimeTendencyInfo source)
public String getCurTime()
public void setCurTime(String CurTime)
CurTime
- The time of the daypublic Long getCnt()
public void setCnt(Long Cnt)
Cnt
- Current quantityCopyright © 2024. All rights reserved.