public class CustomImageProcess extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomImageProcess() | 
| CustomImageProcess(CustomImageProcess 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 | getStartTime()Get 此步骤开始时间 | 
| String | getStepName()Get 步骤 | 
| Long | getStepType()Get 0: 已完成 1: 当前进行 2: 未开始 | 
| void | setStartTime(String StartTime)Set 此步骤开始时间 | 
| void | setStepName(String StepName)Set 步骤 | 
| void | setStepType(Long StepType)Set 0: 已完成 1: 当前进行 2: 未开始 | 
| 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 CustomImageProcess()
public CustomImageProcess(CustomImageProcess source)
public String getStepName()
public void setStepName(String StepName)
StepName - 步骤public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 此步骤开始时间public Long getStepType()
public void setStepType(Long StepType)
StepType - 0: 已完成 1: 当前进行 2: 未开始Copyright © 2025. All rights reserved.