public class SQLTask extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SQLTask() | 
| SQLTask(SQLTask 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 | 
|---|---|
| KVPair[] | getConfig()Get 任务的配置信息 | 
| String | getSQL()Get base64加密后的SQL语句 | 
| void | setConfig(KVPair[] Config)Set 任务的配置信息 | 
| void | setSQL(String SQL)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 SQLTask()
public SQLTask(SQLTask source)
public String getSQL()
public void setSQL(String SQL)
SQL - base64加密后的SQL语句public KVPair[] getConfig()
public void setConfig(KVPair[] Config)
Config - 任务的配置信息Copyright © 2025. All rights reserved.