public class UpdateSyncProgress extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateSyncProgress() |
UpdateSyncProgress(UpdateSyncProgress 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 |
getResourceType()
Get Resource type.
|
Long |
getStatus()
Get Asynchronous update progress status: 0, pending, 1 processed, 3 processing.
|
UpdateSyncProgressRegion[] |
getUpdateSyncProgressRegions()
Get Region result list.
|
void |
setResourceType(String ResourceType)
Set Resource type.
|
void |
setStatus(Long Status)
Set Asynchronous update progress status: 0, pending, 1 processed, 3 processing.
|
void |
setUpdateSyncProgressRegions(UpdateSyncProgressRegion[] UpdateSyncProgressRegions)
Set Region result list.
|
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 UpdateSyncProgress()
public UpdateSyncProgress(UpdateSyncProgress source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Resource type.
Note: this field may return null, indicating that no valid values can be obtained.public UpdateSyncProgressRegion[] getUpdateSyncProgressRegions()
public void setUpdateSyncProgressRegions(UpdateSyncProgressRegion[] UpdateSyncProgressRegions)
UpdateSyncProgressRegions
- Region result list.
Note: this field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Asynchronous update progress status: 0, pending, 1 processed, 3 processing.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.