public class SqlAgentParameter extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SqlAgentParameter() | 
| SqlAgentParameter(SqlAgentParameter 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 | 
|---|---|
| CodeRepo | getCodeRepo()Get 代码仓库信息 | 
| InstanceInfos[] | getInstanceInfos()Get 数据库实例信息列表 | 
| void | setCodeRepo(CodeRepo CodeRepo)Set 代码仓库信息 | 
| void | setInstanceInfos(InstanceInfos[] InstanceInfos)Set 数据库实例信息列表 | 
| 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 SqlAgentParameter()
public SqlAgentParameter(SqlAgentParameter source)
public InstanceInfos[] getInstanceInfos()
public void setInstanceInfos(InstanceInfos[] InstanceInfos)
InstanceInfos - 数据库实例信息列表public CodeRepo getCodeRepo()
public void setCodeRepo(CodeRepo CodeRepo)
CodeRepo - 代码仓库信息Copyright © 2025. All rights reserved.