public class UpdateDataEngineConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateDataEngineConfigRequest() |
UpdateDataEngineConfigRequest(UpdateDataEngineConfigRequest 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 |
getDataEngineConfigCommand()
Get 引擎配置命令,支持UpdateSparkSQLLakefsPath(更新原生表配置)、UpdateSparkSQLResultPath(更新结果路径配置)
|
String[] |
getDataEngineIds()
Get 引擎ID
|
void |
setDataEngineConfigCommand(String DataEngineConfigCommand)
Set 引擎配置命令,支持UpdateSparkSQLLakefsPath(更新原生表配置)、UpdateSparkSQLResultPath(更新结果路径配置)
|
void |
setDataEngineIds(String[] DataEngineIds)
Set 引擎ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateDataEngineConfigRequest()
public UpdateDataEngineConfigRequest(UpdateDataEngineConfigRequest source)
public String[] getDataEngineIds()
public void setDataEngineIds(String[] DataEngineIds)
DataEngineIds
- 引擎IDpublic String getDataEngineConfigCommand()
public void setDataEngineConfigCommand(String DataEngineConfigCommand)
DataEngineConfigCommand
- 引擎配置命令,支持UpdateSparkSQLLakefsPath(更新原生表配置)、UpdateSparkSQLResultPath(更新结果路径配置)Copyright © 2024. All rights reserved.