public class ProcessHistory extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProcessHistory() | 
| ProcessHistory(ProcessHistory 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 | getHandler()Get 处理人 | 
| String | getNote()Get 备注 | 
| Long | getStatus()Get 状态 | 
| String | getTime()Get 处理时间 | 
| void | setHandler(String Handler)Set 处理人 | 
| void | setNote(String Note)Set 备注 | 
| void | setStatus(Long Status)Set 状态 | 
| void | setTime(String Time)Set 处理时间 | 
| 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 ProcessHistory()
public ProcessHistory(ProcessHistory source)
public String getTime()
public void setTime(String Time)
Time - 处理时间public Long getStatus()
public void setStatus(Long Status)
Status - 状态public String getHandler()
public void setHandler(String Handler)
Handler - 处理人public String getNote()
public void setNote(String Note)
Note - 备注Copyright © 2025. All rights reserved.