public class InstanceLifeCycleOpsDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
InstanceLifeCycleOpsDto() |
InstanceLifeCycleOpsDto(InstanceLifeCycleOpsDto source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurRunDate()
Get Data Timestamp
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getErrorCodeLevel()
Get Error Alert Level
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getErrorDesc()
Get Error codeNote: This field may return null, indicating that no valid value can be obtained.
|
InstanceLifeDetailDto[] |
getInstanceLifeDetailDtoList()
Get Instance LifecycleNote: This field may return null, indicating that no valid value can be obtained.
|
InstanceLogInfo |
getInstanceLogListOpsDto()
Get Instance Log Summary
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getInstanceState()
Get Instance StatusNote: This field may return null, indicating that no valid value can be obtained.
|
Long |
getLifeRound()
Get Instance Lifecycle Count
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRunnerState()
Get Runner Status
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRunType()
Get Run Type Rerun/Supplement/Periodic/Non-periodic
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTaskId()
Get Task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
Long |
getTries()
Get Number of Reruns
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCurRunDate(String CurRunDate)
Set Data Timestamp
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setErrorCodeLevel(String ErrorCodeLevel)
Set Error Alert Level
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setErrorDesc(String ErrorDesc)
Set Error codeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setInstanceLifeDetailDtoList(InstanceLifeDetailDto[] InstanceLifeDetailDtoList)
Set Instance LifecycleNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setInstanceLogListOpsDto(InstanceLogInfo InstanceLogListOpsDto)
Set Instance Log Summary
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setInstanceState(String InstanceState)
Set Instance StatusNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setLifeRound(Long LifeRound)
Set Instance Lifecycle Count
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRunnerState(String RunnerState)
Set Runner Status
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRunType(String RunType)
Set Run Type Rerun/Supplement/Periodic/Non-periodic
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTaskId(String TaskId)
Set Task ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTries(Long Tries)
Set Number of Reruns
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InstanceLifeCycleOpsDto()
public InstanceLifeCycleOpsDto(InstanceLifeCycleOpsDto source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task ID
Note: This field may return null, indicating that no valid value can be obtained.public String getCurRunDate()
public void setCurRunDate(String CurRunDate)
CurRunDate - Data Timestamp
Note: This field may return null, indicating that no valid value can be obtained.public Long getLifeRound()
public void setLifeRound(Long LifeRound)
LifeRound - Instance Lifecycle Count
Note: This field may return null, indicating that no valid value can be obtained.public String getRunType()
public void setRunType(String RunType)
RunType - Run Type Rerun/Supplement/Periodic/Non-periodic
Note: This field may return null, indicating that no valid value can be obtained.public Long getTries()
public void setTries(Long Tries)
Tries - Number of Reruns
Note: This field may return null, indicating that no valid value can be obtained.public InstanceLifeDetailDto[] getInstanceLifeDetailDtoList()
public void setInstanceLifeDetailDtoList(InstanceLifeDetailDto[] InstanceLifeDetailDtoList)
InstanceLifeDetailDtoList - Instance LifecycleNote: This field may return null, indicating that no valid value can be obtained.public String getRunnerState()
public void setRunnerState(String RunnerState)
RunnerState - Runner Status
Note: This field may return null, indicating that no valid value can be obtained.public String getErrorDesc()
public void setErrorDesc(String ErrorDesc)
ErrorDesc - Error codeNote: This field may return null, indicating that no valid value can be obtained.public String getErrorCodeLevel()
public void setErrorCodeLevel(String ErrorCodeLevel)
ErrorCodeLevel - Error Alert Level
Note: This field may return null, indicating that no valid value can be obtained.public InstanceLogInfo getInstanceLogListOpsDto()
public void setInstanceLogListOpsDto(InstanceLogInfo InstanceLogListOpsDto)
InstanceLogListOpsDto - Instance Log Summary
Note: This field may return null, indicating that no valid value can be obtained.public String getInstanceState()
public void setInstanceState(String InstanceState)
InstanceState - Instance StatusNote: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.