Package com.volcengine.ecs.model
Class CommandForDescribeCommandsOutput
- java.lang.Object
-
- com.volcengine.ecs.model.CommandForDescribeCommandsOutput
-
public class CommandForDescribeCommandsOutput extends Object
CommandForDescribeCommandsOutput
-
-
Constructor Summary
Constructors Constructor Description CommandForDescribeCommandsOutput()
-
Method Summary
-
-
-
Method Detail
-
commandContent
public CommandForDescribeCommandsOutput commandContent(String commandContent)
-
getCommandContent
public String getCommandContent()
Get commandContent- Returns:
- commandContent
-
setCommandContent
public void setCommandContent(String commandContent)
-
commandId
public CommandForDescribeCommandsOutput commandId(String commandId)
-
getCommandId
public String getCommandId()
Get commandId- Returns:
- commandId
-
setCommandId
public void setCommandId(String commandId)
-
createdAt
public CommandForDescribeCommandsOutput createdAt(String createdAt)
-
getCreatedAt
public String getCreatedAt()
Get createdAt- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
description
public CommandForDescribeCommandsOutput description(String description)
-
getDescription
public String getDescription()
Get description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
enableParameter
public CommandForDescribeCommandsOutput enableParameter(Boolean enableParameter)
-
isEnableParameter
public Boolean isEnableParameter()
Get enableParameter- Returns:
- enableParameter
-
setEnableParameter
public void setEnableParameter(Boolean enableParameter)
-
invocationTimes
public CommandForDescribeCommandsOutput invocationTimes(Integer invocationTimes)
-
getInvocationTimes
public Integer getInvocationTimes()
Get invocationTimes- Returns:
- invocationTimes
-
setInvocationTimes
public void setInvocationTimes(Integer invocationTimes)
-
name
public CommandForDescribeCommandsOutput name(String name)
-
getName
public String getName()
Get name- Returns:
- 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- Returns:
- parameterDefinitions
-
setParameterDefinitions
public void setParameterDefinitions(List<ParameterDefinitionForDescribeCommandsOutput> parameterDefinitions)
-
projectName
public CommandForDescribeCommandsOutput projectName(String projectName)
-
getProjectName
public String getProjectName()
Get projectName- Returns:
- projectName
-
setProjectName
public void setProjectName(String projectName)
-
provider
public CommandForDescribeCommandsOutput provider(String provider)
-
getProvider
public String getProvider()
Get provider- Returns:
- provider
-
setProvider
public void setProvider(String provider)
-
tags
public CommandForDescribeCommandsOutput tags(List<TagForDescribeCommandsOutput> tags)
-
addTagsItem
public CommandForDescribeCommandsOutput addTagsItem(TagForDescribeCommandsOutput tagsItem)
-
getTags
@Valid public @Valid List<TagForDescribeCommandsOutput> getTags()
Get tags- Returns:
- tags
-
setTags
public void setTags(List<TagForDescribeCommandsOutput> tags)
-
timeout
public CommandForDescribeCommandsOutput timeout(Integer timeout)
-
getTimeout
public Integer getTimeout()
Get timeout- Returns:
- timeout
-
setTimeout
public void setTimeout(Integer timeout)
-
type
public CommandForDescribeCommandsOutput type(String type)
-
getType
public String getType()
Get type- Returns:
- type
-
setType
public void setType(String type)
-
updatedAt
public CommandForDescribeCommandsOutput updatedAt(String updatedAt)
-
getUpdatedAt
public String getUpdatedAt()
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
username
public CommandForDescribeCommandsOutput username(String username)
-
getUsername
public String getUsername()
Get username- Returns:
- username
-
setUsername
public void setUsername(String username)
-
workingDir
public CommandForDescribeCommandsOutput workingDir(String workingDir)
-
getWorkingDir
public String getWorkingDir()
Get workingDir- Returns:
- workingDir
-
setWorkingDir
public void setWorkingDir(String workingDir)
-
-