Uses of Class
com.tencentcloudapi.bm.v20180423.models.DeviceInfo
-
Packages that use DeviceInfo Package Description com.tencentcloudapi.bm.v20180423.models -
-
Uses of DeviceInfo in com.tencentcloudapi.bm.v20180423.models
Methods in com.tencentcloudapi.bm.v20180423.models that return DeviceInfo Modifier and Type Method Description DeviceInfo[]DescribeDevicesResponse. getDeviceInfoSet()Get 物理机信息列表Methods in com.tencentcloudapi.bm.v20180423.models with parameters of type DeviceInfo Modifier and Type Method Description voidDescribeDevicesResponse. setDeviceInfoSet(DeviceInfo[] DeviceInfoSet)Set 物理机信息列表Constructors in com.tencentcloudapi.bm.v20180423.models with parameters of type DeviceInfo Constructor Description DeviceInfo(DeviceInfo 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.
-