Uses of Class
com.tencentcloudapi.tsf.v20180326.models.OperationInfoDetail
-
Packages that use OperationInfoDetail Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of OperationInfoDetail in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return OperationInfoDetail Modifier and Type Method Description OperationInfoDetailOperationInfo. getAddInstance()Get 添加实例按钮的控制信息 注意:此字段可能返回 null,表示取不到有效值。OperationInfoDetailOperationInfo. getDestroy()Get 销毁机器的控制信息 注意:此字段可能返回 null,表示取不到有效值。OperationInfoDetailOperationInfo. getInit()Get 初始化按钮的控制信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type OperationInfoDetail Modifier and Type Method Description voidOperationInfo. setAddInstance(OperationInfoDetail AddInstance)Set 添加实例按钮的控制信息 注意:此字段可能返回 null,表示取不到有效值。voidOperationInfo. setDestroy(OperationInfoDetail Destroy)Set 销毁机器的控制信息 注意:此字段可能返回 null,表示取不到有效值。voidOperationInfo. setInit(OperationInfoDetail Init)Set 初始化按钮的控制信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type OperationInfoDetail Constructor Description OperationInfoDetail(OperationInfoDetail 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.
-