public class SyncMachinesResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
SyncMachinesResponse() |
SyncMachinesResponse(SyncMachinesResponse 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 Latest synchronization 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)
|
void |
setLatestEndTime(String LatestEndTime)
Set Latest synchronization 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 |
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 SyncMachinesResponse()
public SyncMachinesResponse(SyncMachinesResponse 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
- Latest synchronization end timepublic 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 © 2024. All rights reserved.