public class AssetSyncStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AssetSyncStatus() | 
| AssetSyncStatus(AssetSyncStatus 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 | 
|---|---|
| Boolean | getInProcess()Get 同步任务是否正在进行中 | 
| Long | getLastStatus()Get 上一次同步的结果。 0 - 从未进行, 1 - 成功, 2 - 失败 | 
| String | getLastTime()Get 上一次同步完成的时间 | 
| void | setInProcess(Boolean InProcess)Set 同步任务是否正在进行中 | 
| void | setLastStatus(Long LastStatus)Set 上一次同步的结果。 0 - 从未进行, 1 - 成功, 2 - 失败 | 
| void | setLastTime(String LastTime)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 AssetSyncStatus()
public AssetSyncStatus(AssetSyncStatus source)
public String getLastTime()
public void setLastTime(String LastTime)
LastTime - 上一次同步完成的时间public Long getLastStatus()
public void setLastStatus(Long LastStatus)
LastStatus - 上一次同步的结果。 0 - 从未进行, 1 - 成功, 2 - 失败public Boolean getInProcess()
public void setInProcess(Boolean InProcess)
InProcess - 同步任务是否正在进行中Copyright © 2025. All rights reserved.