public class RollbackDataEngineImageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RollbackDataEngineImageRequest() |
RollbackDataEngineImageRequest(RollbackDataEngineImageRequest 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 |
getDataEngineId()
Get Engine ID
|
String |
getFromRecordId()
Get FromRecordId parameters returned by the API for checking the availability of rolling back
|
String |
getToRecordId()
Get ToRecordId parameters returned by the API for checking the availability of rolling back
|
void |
setDataEngineId(String DataEngineId)
Set Engine ID
|
void |
setFromRecordId(String FromRecordId)
Set FromRecordId parameters returned by the API for checking the availability of rolling back
|
void |
setToRecordId(String ToRecordId)
Set ToRecordId parameters returned by the API for checking the availability of rolling back
|
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 RollbackDataEngineImageRequest()
public RollbackDataEngineImageRequest(RollbackDataEngineImageRequest source)
public String getDataEngineId()
public void setDataEngineId(String DataEngineId)
DataEngineId
- Engine IDpublic String getFromRecordId()
public void setFromRecordId(String FromRecordId)
FromRecordId
- FromRecordId parameters returned by the API for checking the availability of rolling backpublic String getToRecordId()
public void setToRecordId(String ToRecordId)
ToRecordId
- ToRecordId parameters returned by the API for checking the availability of rolling backCopyright © 2024. All rights reserved.