Uses of Class
com.tencentcloudapi.dlc.v20210125.models.ViewResponseInfo
-
Packages that use ViewResponseInfo Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of ViewResponseInfo in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return ViewResponseInfo Modifier and Type Method Description ViewResponseInfo[]DescribeViewsResponse. getViewList()Get 视图对象列表。Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type ViewResponseInfo Modifier and Type Method Description voidDescribeViewsResponse. setViewList(ViewResponseInfo[] ViewList)Set 视图对象列表。Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type ViewResponseInfo Constructor Description ViewResponseInfo(ViewResponseInfo 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.
-