public class TimingDataItem extends AbstractModel
| Constructor and Description | 
|---|
| TimingDataItem() | 
| TimingDataItem(TimingDataItem 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 | getTimestamp()Get The query time recorded in seconds using UNIX timestamp. | 
| Long | getValue()Get The value. | 
| void | setTimestamp(Long Timestamp)Set The query time recorded in seconds using UNIX timestamp. | 
| void | setValue(Long Value)Set The value. | 
| 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 TimingDataItem()
public TimingDataItem(TimingDataItem source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp - The query time recorded in seconds using UNIX timestamp.public Long getValue()
public void setValue(Long Value)
Value - The value.Copyright © 2022. All rights reserved.