Uses of Class
com.tencentcloudapi.chdfs.v20190718.models.MountPoint
-
Packages that use MountPoint Package Description com.tencentcloudapi.chdfs.v20190718.models -
-
Uses of MountPoint in com.tencentcloudapi.chdfs.v20190718.models
Methods in com.tencentcloudapi.chdfs.v20190718.models that return MountPoint Modifier and Type Method Description MountPointCreateMountPointResponse. getMountPoint()Get 挂载点MountPointDescribeMountPointResponse. getMountPoint()Get 挂载点MountPoint[]DescribeMountPointsResponse. getMountPoints()Get 挂载点列表Methods in com.tencentcloudapi.chdfs.v20190718.models with parameters of type MountPoint Modifier and Type Method Description voidCreateMountPointResponse. setMountPoint(MountPoint MountPoint)Set 挂载点voidDescribeMountPointResponse. setMountPoint(MountPoint MountPoint)Set 挂载点voidDescribeMountPointsResponse. setMountPoints(MountPoint[] MountPoints)Set 挂载点列表Constructors in com.tencentcloudapi.chdfs.v20190718.models with parameters of type MountPoint Constructor Description MountPoint(MountPoint 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.
-