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 |
---|---|
String |
getTime()
Get Time
|
Long |
getValue()
Get Value
Note: This field may return `null`, indicating that no valid value can be obtained.
|
void |
setTime(String Time)
Set Time
|
void |
setValue(Long Value)
Set Value
Note: This field may return `null`, indicating that no valid value can be obtained.
|
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
- Timepublic Long getValue()
public void setValue(Long Value)
Value
- Value
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.