public class LightDistributionStatistic extends AbstractModel
Constructor and Description |
---|
LightDistributionStatistic() |
LightDistributionStatistic(LightDistributionStatistic 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 |
getTime()
Get 时间点
|
Long |
getValue()
Get 光线值
|
void |
setTime(Long Time)
Set 时间点
|
void |
setValue(Long Value)
Set 光线值
|
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 LightDistributionStatistic()
public LightDistributionStatistic(LightDistributionStatistic source)
Copyright © 2022. All rights reserved.