public class RunTimeTendencyInfo extends AbstractModel
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 © 2023. All rights reserved.