public class RestartDataEngineRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RestartDataEngineRequest() |
RestartDataEngineRequest(RestartDataEngineRequest 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
|
Boolean |
getForcedOperation()
Get Whether to restart by force and ignore tasks
|
void |
setDataEngineId(String DataEngineId)
Set Engine ID
|
void |
setForcedOperation(Boolean ForcedOperation)
Set Whether to restart by force and ignore tasks
|
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 RestartDataEngineRequest()
public RestartDataEngineRequest(RestartDataEngineRequest source)
public String getDataEngineId()
public void setDataEngineId(String DataEngineId)
DataEngineId
- Engine IDpublic Boolean getForcedOperation()
public void setForcedOperation(Boolean ForcedOperation)
ForcedOperation
- Whether to restart by force and ignore tasksCopyright © 2024. All rights reserved.