Class ProcessHistory
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.ProcessHistory
-
public class ProcessHistory extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandler()Get 处理人 注意:此字段可能返回 null,表示取不到有效值。StringgetNote()Get 备注 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 状态 注意:此字段可能返回 null,表示取不到有效值。StringgetTime()Get 处理时间 注意:此字段可能返回 null,表示取不到有效值。voidsetHandler(String Handler)Set 处理人 注意:此字段可能返回 null,表示取不到有效值。voidsetNote(String Note)Set 备注 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 状态 注意:此字段可能返回 null,表示取不到有效值。voidsetTime(String Time)Set 处理时间 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProcessHistory
public ProcessHistory()
-
ProcessHistory
public 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.
-
-
Method Detail
-
getTime
public String getTime()
Get 处理时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Time 处理时间 注意:此字段可能返回 null,表示取不到有效值。
-
setTime
public void setTime(String Time)
Set 处理时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Time- 处理时间 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 状态 注意:此字段可能返回 null,表示取不到有效值。
-
getHandler
public String getHandler()
Get 处理人 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Handler 处理人 注意:此字段可能返回 null,表示取不到有效值。
-
setHandler
public void setHandler(String Handler)
Set 处理人 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Handler- 处理人 注意:此字段可能返回 null,表示取不到有效值。
-
getNote
public String getNote()
Get 备注 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Note 备注 注意:此字段可能返回 null,表示取不到有效值。
-
setNote
public void setNote(String Note)
Set 备注 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Note- 备注 注意:此字段可能返回 null,表示取不到有效值。
-
-