Uses of Class
com.tencentcloudapi.tat.v20201028.models.Command
-
Packages that use Command Package Description com.tencentcloudapi.tat.v20201028.models -
-
Uses of Command in com.tencentcloudapi.tat.v20201028.models
Methods in com.tencentcloudapi.tat.v20201028.models that return Command Modifier and Type Method Description Command[]DescribeCommandsResponse. getCommandSet()Get 命令详情列表。Methods in com.tencentcloudapi.tat.v20201028.models with parameters of type Command Modifier and Type Method Description voidDescribeCommandsResponse. setCommandSet(Command[] CommandSet)Set 命令详情列表。Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type Command Constructor Description Command(Command 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.
-