public class ModifyDataEngineDescriptionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDataEngineDescriptionRequest() |
ModifyDataEngineDescriptionRequest(ModifyDataEngineDescriptionRequest 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 |
getDataEngineName()
Get Name of the engine to be modified
|
String |
getMessage()
Get Engine description and its maximum length is 250 characters.
|
void |
setDataEngineName(String DataEngineName)
Set Name of the engine to be modified
|
void |
setMessage(String Message)
Set Engine description and its maximum length is 250 characters.
|
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 ModifyDataEngineDescriptionRequest()
public ModifyDataEngineDescriptionRequest(ModifyDataEngineDescriptionRequest source)
public String getDataEngineName()
public void setDataEngineName(String DataEngineName)
DataEngineName
- Name of the engine to be modifiedpublic String getMessage()
public void setMessage(String Message)
Message
- Engine description and its maximum length is 250 characters.Copyright © 2025. All rights reserved.