Uses of Class
com.tencentcloudapi.live.v20180801.models.DelayInfo
-
Packages that use DelayInfo Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of DelayInfo in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return DelayInfo Modifier and Type Method Description DelayInfo[]DescribeLiveDelayInfoListResponse. getDelayInfoList()Get 延播信息列表。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type DelayInfo Modifier and Type Method Description voidDescribeLiveDelayInfoListResponse. setDelayInfoList(DelayInfo[] DelayInfoList)Set 延播信息列表。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type DelayInfo Constructor Description DelayInfo(DelayInfo 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.
-