类 CommandForDescribeCommandsOutput
- java.lang.Object
-
- com.volcengine.ecs.model.CommandForDescribeCommandsOutput
-
public class CommandForDescribeCommandsOutput extends Object
CommandForDescribeCommandsOutput
-
-
构造器概要
构造器 构造器 说明 CommandForDescribeCommandsOutput()
-
方法概要
-
-
-
方法详细资料
-
commandContent
public CommandForDescribeCommandsOutput commandContent(String commandContent)
-
getCommandContent
public String getCommandContent()
Get commandContent- 返回:
- commandContent
-
setCommandContent
public void setCommandContent(String commandContent)
-
commandId
public CommandForDescribeCommandsOutput commandId(String commandId)
-
getCommandId
public String getCommandId()
Get commandId- 返回:
- commandId
-
setCommandId
public void setCommandId(String commandId)
-
createdAt
public CommandForDescribeCommandsOutput createdAt(String createdAt)
-
getCreatedAt
public String getCreatedAt()
Get createdAt- 返回:
- createdAt
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
description
public CommandForDescribeCommandsOutput description(String description)
-
getDescription
public String getDescription()
Get description- 返回:
- description
-
setDescription
public void setDescription(String description)
-
enableParameter
public CommandForDescribeCommandsOutput enableParameter(Boolean enableParameter)
-
isEnableParameter
public Boolean isEnableParameter()
Get enableParameter- 返回:
- enableParameter
-
setEnableParameter
public void setEnableParameter(Boolean enableParameter)
-
invocationTimes
public CommandForDescribeCommandsOutput invocationTimes(Integer invocationTimes)
-
getInvocationTimes
public Integer getInvocationTimes()
Get invocationTimes- 返回:
- invocationTimes
-
setInvocationTimes
public void setInvocationTimes(Integer invocationTimes)
-
name
public CommandForDescribeCommandsOutput name(String name)
-
getName
public String getName()
Get name- 返回:
- name
-
setName
public void setName(String name)
-
parameterDefinitions
public CommandForDescribeCommandsOutput parameterDefinitions(List<ParameterDefinitionForDescribeCommandsOutput> parameterDefinitions)
-
addParameterDefinitionsItem
public CommandForDescribeCommandsOutput addParameterDefinitionsItem(ParameterDefinitionForDescribeCommandsOutput parameterDefinitionsItem)
-
getParameterDefinitions
@Valid public @Valid List<ParameterDefinitionForDescribeCommandsOutput> getParameterDefinitions()
Get parameterDefinitions- 返回:
- parameterDefinitions
-
setParameterDefinitions
public void setParameterDefinitions(List<ParameterDefinitionForDescribeCommandsOutput> parameterDefinitions)
-
provider
public CommandForDescribeCommandsOutput provider(String provider)
-
getProvider
public String getProvider()
Get provider- 返回:
- provider
-
setProvider
public void setProvider(String provider)
-
timeout
public CommandForDescribeCommandsOutput timeout(Integer timeout)
-
getTimeout
public Integer getTimeout()
Get timeout- 返回:
- timeout
-
setTimeout
public void setTimeout(Integer timeout)
-
type
public CommandForDescribeCommandsOutput type(String type)
-
getType
public String getType()
Get type- 返回:
- type
-
setType
public void setType(String type)
-
updatedAt
public CommandForDescribeCommandsOutput updatedAt(String updatedAt)
-
getUpdatedAt
public String getUpdatedAt()
Get updatedAt- 返回:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
username
public CommandForDescribeCommandsOutput username(String username)
-
getUsername
public String getUsername()
Get username- 返回:
- username
-
setUsername
public void setUsername(String username)
-
workingDir
public CommandForDescribeCommandsOutput workingDir(String workingDir)
-
getWorkingDir
public String getWorkingDir()
Get workingDir- 返回:
- workingDir
-
setWorkingDir
public void setWorkingDir(String workingDir)
-
-