Uses of Class
com.tencentcloudapi.tat.v20201028.models.CommandDocument
-
Packages that use CommandDocument Package Description com.tencentcloudapi.tat.v20201028.models -
-
Uses of CommandDocument in com.tencentcloudapi.tat.v20201028.models
Methods in com.tencentcloudapi.tat.v20201028.models that return CommandDocument Modifier and Type Method Description CommandDocumentInvocationTask. getCommandDocument()Get 执行任务所执行的命令详情。Methods in com.tencentcloudapi.tat.v20201028.models with parameters of type CommandDocument Modifier and Type Method Description voidInvocationTask. setCommandDocument(CommandDocument CommandDocument)Set 执行任务所执行的命令详情。Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type CommandDocument Constructor Description CommandDocument(CommandDocument 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.
-