Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.StepDetail
-
Packages that use StepDetail Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of StepDetail in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return StepDetail Modifier and Type Method Description StepDetail[]
QueryMigrationCheckProcessResponse. getStepDetails()
Get 所有步骤详情Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type StepDetail Modifier and Type Method Description void
QueryMigrationCheckProcessResponse. setStepDetails(StepDetail[] StepDetails)
Set 所有步骤详情Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type StepDetail Constructor Description StepDetail(StepDetail 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.
-