类 CreateDeploymentSetRequest
- java.lang.Object
-
- com.volcengine.ecs.model.CreateDeploymentSetRequest
-
public class CreateDeploymentSetRequest extends Object
CreateDeploymentSetRequest
-
-
构造器概要
构造器 构造器 说明 CreateDeploymentSetRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CreateDeploymentSetRequestclientToken(String clientToken)CreateDeploymentSetRequestdeploymentSetName(String deploymentSetName)CreateDeploymentSetRequestdescription(String description)booleanequals(Object o)StringgetClientToken()Get clientToken@NotNull StringgetDeploymentSetName()Get deploymentSetNameStringgetDescription()Get descriptionStringgetGranularity()Get granularityStringgetStrategy()Get strategyCreateDeploymentSetRequestgranularity(String granularity)inthashCode()voidsetClientToken(String clientToken)voidsetDeploymentSetName(String deploymentSetName)voidsetDescription(String description)voidsetGranularity(String granularity)voidsetStrategy(String strategy)CreateDeploymentSetRequeststrategy(String strategy)StringtoString()
-
-
-
方法详细资料
-
clientToken
public CreateDeploymentSetRequest clientToken(String clientToken)
-
getClientToken
public String getClientToken()
Get clientToken- 返回:
- clientToken
-
setClientToken
public void setClientToken(String clientToken)
-
deploymentSetName
public CreateDeploymentSetRequest deploymentSetName(String deploymentSetName)
-
getDeploymentSetName
@NotNull public @NotNull String getDeploymentSetName()
Get deploymentSetName- 返回:
- deploymentSetName
-
setDeploymentSetName
public void setDeploymentSetName(String deploymentSetName)
-
description
public CreateDeploymentSetRequest description(String description)
-
getDescription
public String getDescription()
Get description- 返回:
- description
-
setDescription
public void setDescription(String description)
-
granularity
public CreateDeploymentSetRequest granularity(String granularity)
-
getGranularity
public String getGranularity()
Get granularity- 返回:
- granularity
-
setGranularity
public void setGranularity(String granularity)
-
strategy
public CreateDeploymentSetRequest strategy(String strategy)
-
getStrategy
public String getStrategy()
Get strategy- 返回:
- strategy
-
setStrategy
public void setStrategy(String strategy)
-
-