Uses of Class
com.tencentcloudapi.cvm.v20170312.models.RepairTaskInfo
-
Packages that use RepairTaskInfo Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of RepairTaskInfo in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return RepairTaskInfo Modifier and Type Method Description RepairTaskInfo[]DescribeTaskInfoResponse. getRepairTaskInfoSet()Get 查询返回的维修任务列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type RepairTaskInfo Modifier and Type Method Description voidDescribeTaskInfoResponse. setRepairTaskInfoSet(RepairTaskInfo[] RepairTaskInfoSet)Set 查询返回的维修任务列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type RepairTaskInfo Constructor Description RepairTaskInfo(RepairTaskInfo 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.
-