Uses of Class
com.tencentcloudapi.ame.v20190916.models.SetDestroyModeCommandInput
-
Packages that use SetDestroyModeCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SetDestroyModeCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SetDestroyModeCommandInput Modifier and Type Method Description SetDestroyModeCommandInput
SyncKTVRobotCommandRequest. getSetDestroyModeCommandInput()
Get 销毁模式,当Command取SetDestroyMode时,必填。SetDestroyModeCommandInput
SyncRobotCommand. getSetDestroyModeCommandInput()
Get 销毁模式,当Command取SetDestroyMode时,必填。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetDestroyModeCommandInput Modifier and Type Method Description void
SyncKTVRobotCommandRequest. setSetDestroyModeCommandInput(SetDestroyModeCommandInput SetDestroyModeCommandInput)
Set 销毁模式,当Command取SetDestroyMode时,必填。void
SyncRobotCommand. setSetDestroyModeCommandInput(SetDestroyModeCommandInput SetDestroyModeCommandInput)
Set 销毁模式,当Command取SetDestroyMode时,必填。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SetDestroyModeCommandInput Constructor Description SetDestroyModeCommandInput(SetDestroyModeCommandInput 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.
-