public class DeploymentRestoreStrategy
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
allowNonRestoredState |
Long |
jobStartTimeInMs |
String |
kind |
String |
savepointId |
构造器和说明 |
---|
DeploymentRestoreStrategy() |
限定符和类型 | 方法和说明 |
---|---|
static DeploymentRestoreStrategy |
build(Map<String,?> map) |
Boolean |
getAllowNonRestoredState() |
Long |
getJobStartTimeInMs() |
String |
getKind() |
String |
getSavepointId() |
DeploymentRestoreStrategy |
setAllowNonRestoredState(Boolean allowNonRestoredState) |
DeploymentRestoreStrategy |
setJobStartTimeInMs(Long jobStartTimeInMs) |
DeploymentRestoreStrategy |
setKind(String kind) |
DeploymentRestoreStrategy |
setSavepointId(String savepointId) |
@NameInMap(value="allowNonRestoredState") public Boolean allowNonRestoredState
@NameInMap(value="jobStartTimeInMs") public Long jobStartTimeInMs
@NameInMap(value="kind") public String kind
@NameInMap(value="savepointId") public String savepointId
public static DeploymentRestoreStrategy build(Map<String,?> map) throws Exception
Exception
public DeploymentRestoreStrategy setAllowNonRestoredState(Boolean allowNonRestoredState)
public Boolean getAllowNonRestoredState()
public DeploymentRestoreStrategy setJobStartTimeInMs(Long jobStartTimeInMs)
public Long getJobStartTimeInMs()
public DeploymentRestoreStrategy setKind(String kind)
public String getKind()
public DeploymentRestoreStrategy setSavepointId(String savepointId)
public String getSavepointId()
Copyright © 2024. All rights reserved.