public class PreExecuteFileSettings extends AbstractModel
Constructor and Description |
---|
PreExecuteFileSettings() |
PreExecuteFileSettings(PreExecuteFileSettings 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 |
getAppId()
Get cos的appid,已废弃
|
String[] |
getArgs()
Get 执行脚本参数
|
String |
getBucket()
Get COS的Bucket名称,已废弃
|
String |
getCosFileName()
Get 脚本文件名,已废弃
|
String |
getCosFileURI()
Get 脚本的cos地址
|
String |
getCosSecretId()
Get cos的SecretId
|
String |
getCosSecretKey()
Get Cos的SecretKey
|
String |
getDomain()
Get COS的Domain数据,已废弃
|
String |
getPath()
Get 脚本在COS上路径,已废弃
|
String |
getRegion()
Get COS的Region名称,已废弃
|
Long |
getRunOrder()
Get 执行顺序
|
String |
getWhenRun()
Get resourceAfter 或 clusterAfter
|
void |
setAppId(String AppId)
Set cos的appid,已废弃
|
void |
setArgs(String[] Args)
Set 执行脚本参数
|
void |
setBucket(String Bucket)
Set COS的Bucket名称,已废弃
|
void |
setCosFileName(String CosFileName)
Set 脚本文件名,已废弃
|
void |
setCosFileURI(String CosFileURI)
Set 脚本的cos地址
|
void |
setCosSecretId(String CosSecretId)
Set cos的SecretId
|
void |
setCosSecretKey(String CosSecretKey)
Set Cos的SecretKey
|
void |
setDomain(String Domain)
Set COS的Domain数据,已废弃
|
void |
setPath(String Path)
Set 脚本在COS上路径,已废弃
|
void |
setRegion(String Region)
Set COS的Region名称,已废弃
|
void |
setRunOrder(Long RunOrder)
Set 执行顺序
|
void |
setWhenRun(String WhenRun)
Set resourceAfter 或 clusterAfter
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PreExecuteFileSettings()
public PreExecuteFileSettings(PreExecuteFileSettings source)
public String getPath()
public void setPath(String Path)
Path
- 脚本在COS上路径,已废弃public String[] getArgs()
public void setArgs(String[] Args)
Args
- 执行脚本参数public String getBucket()
public void setBucket(String Bucket)
Bucket
- COS的Bucket名称,已废弃public String getRegion()
public void setRegion(String Region)
Region
- COS的Region名称,已废弃public String getDomain()
public void setDomain(String Domain)
Domain
- COS的Domain数据,已废弃public Long getRunOrder()
public void setRunOrder(Long RunOrder)
RunOrder
- 执行顺序public String getWhenRun()
public void setWhenRun(String WhenRun)
WhenRun
- resourceAfter 或 clusterAfterpublic String getCosFileName()
public void setCosFileName(String CosFileName)
CosFileName
- 脚本文件名,已废弃public String getCosFileURI()
public void setCosFileURI(String CosFileURI)
CosFileURI
- 脚本的cos地址public String getCosSecretId()
public void setCosSecretId(String CosSecretId)
CosSecretId
- cos的SecretIdpublic String getCosSecretKey()
public void setCosSecretKey(String CosSecretKey)
CosSecretKey
- Cos的SecretKeypublic String getAppId()
public void setAppId(String AppId)
AppId
- cos的appid,已废弃Copyright © 2022. All rights reserved.