public class CreateScriptRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateScriptRequest() | 
| CreateScriptRequest(CreateScriptRequest 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 | getDatabaseName()Get 数据库名称 | 
| String | getScriptDesc()Get 脚本描述, 不能超过50个字符 | 
| String | getScriptName()Get 脚本名称,最大不能超过255个字符。 | 
| String | getSQLStatement()Get base64编码后的sql语句 | 
| void | setDatabaseName(String DatabaseName)Set 数据库名称 | 
| void | setScriptDesc(String ScriptDesc)Set 脚本描述, 不能超过50个字符 | 
| void | setScriptName(String ScriptName)Set 脚本名称,最大不能超过255个字符。 | 
| void | setSQLStatement(String SQLStatement)Set base64编码后的sql语句 | 
| 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, toJsonStringpublic CreateScriptRequest()
public CreateScriptRequest(CreateScriptRequest source)
public String getScriptName()
public void setScriptName(String ScriptName)
ScriptName - 脚本名称,最大不能超过255个字符。public String getSQLStatement()
public void setSQLStatement(String SQLStatement)
SQLStatement - base64编码后的sql语句public String getScriptDesc()
public void setScriptDesc(String ScriptDesc)
ScriptDesc - 脚本描述, 不能超过50个字符public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - 数据库名称Copyright © 2025. All rights reserved.