public class DataEngineConfigInstanceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DataEngineConfigInstanceInfo() |
DataEngineConfigInstanceInfo(DataEngineConfigInstanceInfo 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 |
---|---|
DataEngineConfigPair[] |
getDataEngineConfigPairs()
Get Collection of user-defined configuration items
|
String |
getDataEngineId()
Get Engine ID
Note: This field may return null, indicating that no valid values can be obtained.
|
SessionResourceTemplate |
getSessionResourceTemplate()
Get Template of the resource parameter configuration of the job cluster
|
void |
setDataEngineConfigPairs(DataEngineConfigPair[] DataEngineConfigPairs)
Set Collection of user-defined configuration items
|
void |
setDataEngineId(String DataEngineId)
Set Engine ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSessionResourceTemplate(SessionResourceTemplate SessionResourceTemplate)
Set Template of the resource parameter configuration of the job cluster
|
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 DataEngineConfigInstanceInfo()
public DataEngineConfigInstanceInfo(DataEngineConfigInstanceInfo source)
public String getDataEngineId()
public void setDataEngineId(String DataEngineId)
DataEngineId
- Engine ID
Note: This field may return null, indicating that no valid values can be obtained.public DataEngineConfigPair[] getDataEngineConfigPairs()
public void setDataEngineConfigPairs(DataEngineConfigPair[] DataEngineConfigPairs)
DataEngineConfigPairs
- Collection of user-defined configuration itemspublic SessionResourceTemplate getSessionResourceTemplate()
public void setSessionResourceTemplate(SessionResourceTemplate SessionResourceTemplate)
SessionResourceTemplate
- Template of the resource parameter configuration of the job clusterCopyright © 2024. All rights reserved.