public class Step extends AbstractModel
header, skipSign
Constructor and Description |
---|
Step() |
Step(Step 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 |
getEndAt()
Get End time
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getMessage()
Get Execution Information
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getName()
Get Name
|
String |
getStartAt()
Get Start time
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getStatus()
Get Current status
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setEndAt(String EndAt)
Set End time
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setMessage(String Message)
Set Execution Information
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setName(String Name)
Set Name
|
void |
setStartAt(String StartAt)
Set Start time
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setStatus(String Status)
Set Current status
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, toJsonString
public Step()
public Step(Step source)
public String getName()
public void setName(String Name)
Name
- Namepublic String getStartAt()
public void setStartAt(String StartAt)
StartAt
- Start time
Note: This field may return "null", indicating that no valid value can be obtained.public String getEndAt()
public void setEndAt(String EndAt)
EndAt
- End time
Note: This field may return "null", indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Current status
Note: This field may return "null", indicating that no valid value can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Execution Information
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.