Uses of Class
com.tencentcloudapi.dlc.v20210125.models.LockComponentInfo
-
Packages that use LockComponentInfo Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of LockComponentInfo in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return LockComponentInfo Modifier and Type Method Description LockComponentInfo[]LockMetaDataRequest. getLockComponentList()Get 加锁内容Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type LockComponentInfo Modifier and Type Method Description voidLockMetaDataRequest. setLockComponentList(LockComponentInfo[] LockComponentList)Set 加锁内容Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type LockComponentInfo Constructor Description LockComponentInfo(LockComponentInfo 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.
-