public class SyncAssetScanResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
SyncAssetScanResponse() |
SyncAssetScanResponse(SyncAssetScanResponse 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 |
getLatestEndTime()
Get Last sync end time
|
String |
getLatestStartTime()
Get Latest synchronization start time
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getState()
Get Enumeration values are (in uppercase): NOTASK (no synchronization task), SYNCING (synchronizing), and FINISHED (synchronization completed)
|
Long |
getTaskId()
Get Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLatestEndTime(String LatestEndTime)
Set Last sync end time
|
void |
setLatestStartTime(String LatestStartTime)
Set Latest synchronization start time
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setState(String State)
Set Enumeration values are (in uppercase): NOTASK (no synchronization task), SYNCING (synchronizing), and FINISHED (synchronization completed)
|
void |
setTaskId(Long TaskId)
Set Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SyncAssetScanResponse()
public SyncAssetScanResponse(SyncAssetScanResponse source)
public String getState()
public void setState(String State)
State
- Enumeration values are (in uppercase): NOTASK (no synchronization task), SYNCING (synchronizing), and FINISHED (synchronization completed)public String getLatestStartTime()
public void setLatestStartTime(String LatestStartTime)
LatestStartTime
- Latest synchronization start timepublic String getLatestEndTime()
public void setLatestEndTime(String LatestEndTime)
LatestEndTime
- Last sync end timepublic Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.