public class JobStartParameters
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
deploymentId |
List<LocalVariable> |
localVariables |
String |
resourceQueueName |
DeploymentRestoreStrategy |
restoreStrategy |
构造器和说明 |
---|
JobStartParameters() |
限定符和类型 | 方法和说明 |
---|---|
static JobStartParameters |
build(Map<String,?> map) |
String |
getDeploymentId() |
List<LocalVariable> |
getLocalVariables() |
String |
getResourceQueueName() |
DeploymentRestoreStrategy |
getRestoreStrategy() |
JobStartParameters |
setDeploymentId(String deploymentId) |
JobStartParameters |
setLocalVariables(List<LocalVariable> localVariables) |
JobStartParameters |
setResourceQueueName(String resourceQueueName) |
JobStartParameters |
setRestoreStrategy(DeploymentRestoreStrategy restoreStrategy) |
@NameInMap(value="deploymentId") public String deploymentId
@NameInMap(value="localVariables") public List<LocalVariable> localVariables
@NameInMap(value="resourceQueueName") public String resourceQueueName
@NameInMap(value="restoreStrategy") public DeploymentRestoreStrategy restoreStrategy
public static JobStartParameters build(Map<String,?> map) throws Exception
Exception
public JobStartParameters setDeploymentId(String deploymentId)
public String getDeploymentId()
public JobStartParameters setLocalVariables(List<LocalVariable> localVariables)
public List<LocalVariable> getLocalVariables()
public JobStartParameters setResourceQueueName(String resourceQueueName)
public String getResourceQueueName()
public JobStartParameters setRestoreStrategy(DeploymentRestoreStrategy restoreStrategy)
public DeploymentRestoreStrategy getRestoreStrategy()
Copyright © 2024. All rights reserved.