public class CheckDataEngineConfigPairsValidityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CheckDataEngineConfigPairsValidityRequest() |
CheckDataEngineConfigPairsValidityRequest(CheckDataEngineConfigPairsValidityRequest 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 |
getChildImageVersionId()
Get ID of the minor version of the engine
|
DataEngineConfigPair[] |
getDataEngineConfigPairs()
Get User-defined parameters
|
String |
getImageVersionId()
Get ID of the major version of the engine.
|
void |
setChildImageVersionId(String ChildImageVersionId)
Set ID of the minor version of the engine
|
void |
setDataEngineConfigPairs(DataEngineConfigPair[] DataEngineConfigPairs)
Set User-defined parameters
|
void |
setImageVersionId(String ImageVersionId)
Set ID of the major version of the engine.
|
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 CheckDataEngineConfigPairsValidityRequest()
public CheckDataEngineConfigPairsValidityRequest(CheckDataEngineConfigPairsValidityRequest source)
public String getChildImageVersionId()
public void setChildImageVersionId(String ChildImageVersionId)
ChildImageVersionId
- ID of the minor version of the enginepublic DataEngineConfigPair[] getDataEngineConfigPairs()
public void setDataEngineConfigPairs(DataEngineConfigPair[] DataEngineConfigPairs)
DataEngineConfigPairs
- User-defined parameterspublic String getImageVersionId()
public void setImageVersionId(String ImageVersionId)
ImageVersionId
- ID of the major version of the engine. If there is the ID of the minor version, only the ID of the minor version needs to be input. If not, the latest ID of the minor version under the major version will be acquired.Copyright © 2024. All rights reserved.