Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.Snapshot
-
Packages that use Snapshot Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of Snapshot in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return Snapshot Modifier and Type Method Description Snapshot[]DescribeSnapshotsResponse. getSnapshotSet()Get 快照的详情列表。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Snapshot Modifier and Type Method Description voidDescribeSnapshotsResponse. setSnapshotSet(Snapshot[] SnapshotSet)Set 快照的详情列表。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Snapshot Constructor Description Snapshot(Snapshot 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.
-