Class LifeCycleCommand
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudstudio.v20230508.models.LifeCycleCommand
-
public class LifeCycleCommand extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LifeCycleCommand()LifeCycleCommand(LifeCycleCommand 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()Get 具体命令StringgetName()Get 指令描述voidsetCommand(String Command)Set 具体命令voidsetName(String Name)Set 指令描述voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LifeCycleCommand
public LifeCycleCommand()
-
LifeCycleCommand
public LifeCycleCommand(LifeCycleCommand 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.
-
-
Method Detail
-
getName
public String getName()
Get 指令描述- Returns:
- Name 指令描述
-
setName
public void setName(String Name)
Set 指令描述- Parameters:
Name- 指令描述
-
getCommand
public String getCommand()
Get 具体命令- Returns:
- Command 具体命令
-
setCommand
public void setCommand(String Command)
Set 具体命令- Parameters:
Command- 具体命令
-
-