public class Trend extends AbstractModel
header, skipSign
Constructor and Description |
---|
Trend() |
Trend(Trend 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 |
getCount()
Get The count.
|
String |
getTime()
Get The time point.
|
void |
setCount(Long Count)
Set The count.
|
void |
setTime(String Time)
Set The time point.
|
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 Trend()
public Trend(Trend source)
public String getTime()
public void setTime(String Time)
Time
- The time point.public Long getCount()
public void setCount(Long Count)
Count
- The count.Copyright © 2024. All rights reserved.