public class DataItem extends AbstractModel
Constructor and Description |
---|
DataItem() |
DataItem(DataItem 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 |
---|---|
Detail[] |
getDetails()
Get Details of the values.
|
String |
getTime()
Get Time.
|
Long |
getValue()
Get Values required for drawing charts.
|
void |
setDetails(Detail[] Details)
Set Details of the values.
|
void |
setTime(String Time)
Set Time.
|
void |
setValue(Long Value)
Set Values required for drawing charts.
|
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 DataItem()
public DataItem(DataItem source)
public String getTime()
public void setTime(String Time)
Time
- Time. The following formats are supported:
yyyy-mm
yyyy-mm-dd
yyyy-mm-dd HH:MM:SSpublic Long getValue()
public void setValue(Long Value)
Value
- Values required for drawing charts.public Detail[] getDetails()
public void setDetails(Detail[] Details)
Details
- Details of the values.Copyright © 2023. All rights reserved.