Uses of Class
com.tencentcloudapi.batch.v20170312.models.CommandLine
-
Packages that use CommandLine Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of CommandLine in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return CommandLine Modifier and Type Method Description CommandLine[]
Application. getCommands()
Get 任务执行命令信息。与Command不能同时指定。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type CommandLine Modifier and Type Method Description void
Application. setCommands(CommandLine[] Commands)
Set 任务执行命令信息。与Command不能同时指定。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type CommandLine Constructor Description CommandLine(CommandLine 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.
-