Class AssetSyncStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dasb.v20191018.models.AssetSyncStatus
-
public class AssetSyncStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AssetSyncStatus
public AssetSyncStatus()
-
AssetSyncStatus
public 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.
-
-
Method Detail
-
getLastTime
public String getLastTime()
Get 上一次同步完成的时间- Returns:
- LastTime 上一次同步完成的时间
-
setLastTime
public void setLastTime(String LastTime)
Set 上一次同步完成的时间- Parameters:
LastTime
- 上一次同步完成的时间
-
getLastStatus
public Long getLastStatus()
Get 上一次同步的结果。 0 - 从未进行, 1 - 成功, 2 - 失败- Returns:
- LastStatus 上一次同步的结果。 0 - 从未进行, 1 - 成功, 2 - 失败
-
setLastStatus
public void setLastStatus(Long LastStatus)
Set 上一次同步的结果。 0 - 从未进行, 1 - 成功, 2 - 失败- Parameters:
LastStatus
- 上一次同步的结果。 0 - 从未进行, 1 - 成功, 2 - 失败
-
getInProcess
public Boolean getInProcess()
Get 同步任务是否正在进行中- Returns:
- InProcess 同步任务是否正在进行中
-
setInProcess
public void setInProcess(Boolean InProcess)
Set 同步任务是否正在进行中- Parameters:
InProcess
- 同步任务是否正在进行中
-
-