public class SubscribeCheckStepInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubscribeCheckStepInfo() |
SubscribeCheckStepInfo(SubscribeCheckStepInfo 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 |
---|---|
SubscribeCheckStepTip[] |
getErrors()
Get 错误提示
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPercent()
Get 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 当前步骤状态,可能值为 notStarted,running,finished,failed
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStepId()
Get 步骤Id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStepName()
Get 步骤名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStepNo()
Get 步骤编号,从 1 开始
注意:此字段可能返回 null,表示取不到有效值。
|
SubscribeCheckStepTip[] |
getWarnings()
Get 告警提示
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrors(SubscribeCheckStepTip[] Errors)
Set 错误提示
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPercent(Long Percent)
Set 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 当前步骤状态,可能值为 notStarted,running,finished,failed
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStepId(String StepId)
Set 步骤Id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStepName(String StepName)
Set 步骤名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStepNo(Long StepNo)
Set 步骤编号,从 1 开始
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWarnings(SubscribeCheckStepTip[] Warnings)
Set 告警提示
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public SubscribeCheckStepInfo()
public SubscribeCheckStepInfo(SubscribeCheckStepInfo source)
public String getStepName()
public void setStepName(String StepName)
StepName
- 步骤名称
注意:此字段可能返回 null,表示取不到有效值。public String getStepId()
public void setStepId(String StepId)
StepId
- 步骤Id
注意:此字段可能返回 null,表示取不到有效值。public Long getStepNo()
public void setStepNo(Long StepNo)
StepNo
- 步骤编号,从 1 开始
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 当前步骤状态,可能值为 notStarted,running,finished,failed
注意:此字段可能返回 null,表示取不到有效值。public Long getPercent()
public void setPercent(Long Percent)
Percent
- 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。public SubscribeCheckStepTip[] getErrors()
public void setErrors(SubscribeCheckStepTip[] Errors)
Errors
- 错误提示
注意:此字段可能返回 null,表示取不到有效值。public SubscribeCheckStepTip[] getWarnings()
public void setWarnings(SubscribeCheckStepTip[] Warnings)
Warnings
- 告警提示
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.