Class LightStatistic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.LightStatistic
-
public class LightStatistic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LightStatistic()LightStatistic(LightStatistic 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LightDistributionStatistic[]getLightDistribution()Get 各个时间点的光线值LightLevelRatioStatistic[]getLightLevelRatio()Get 光照程度比例统计结果voidsetLightDistribution(LightDistributionStatistic[] LightDistribution)Set 各个时间点的光线值voidsetLightLevelRatio(LightLevelRatioStatistic[] LightLevelRatio)Set 光照程度比例统计结果voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LightStatistic
public LightStatistic()
-
LightStatistic
public LightStatistic(LightStatistic 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.
-
-
Method Detail
-
getLightDistribution
public LightDistributionStatistic[] getLightDistribution()
Get 各个时间点的光线值- Returns:
- LightDistribution 各个时间点的光线值
-
setLightDistribution
public void setLightDistribution(LightDistributionStatistic[] LightDistribution)
Set 各个时间点的光线值- Parameters:
LightDistribution- 各个时间点的光线值
-
getLightLevelRatio
public LightLevelRatioStatistic[] getLightLevelRatio()
Get 光照程度比例统计结果- Returns:
- LightLevelRatio 光照程度比例统计结果
-
setLightLevelRatio
public void setLightLevelRatio(LightLevelRatioStatistic[] LightLevelRatio)
Set 光照程度比例统计结果- Parameters:
LightLevelRatio- 光照程度比例统计结果
-
-