Uses of Class
com.tencentcloudapi.live.v20180801.models.HttpCodeValue
-
Packages that use HttpCodeValue Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of HttpCodeValue in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return HttpCodeValue Modifier and Type Method Description HttpCodeValue[]
HttpCodeInfo. getValueList()
Get 统计信息,对于无数据的时间点,会补0。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type HttpCodeValue Modifier and Type Method Description void
HttpCodeInfo. setValueList(HttpCodeValue[] ValueList)
Set 统计信息,对于无数据的时间点,会补0。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type HttpCodeValue Constructor Description HttpCodeValue(HttpCodeValue 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.
-