public class AiopsScriptInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiopsScriptInfo() | 
| AiopsScriptInfo(AiopsScriptInfo 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 | getCosBucketName()Get 脚本所在COS的桶名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCosPath()Get 脚本所在COS的路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCosRegion()Get 脚本所在COS的地域
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getScriptContent()Get 脚本内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCosBucketName(String CosBucketName)Set 脚本所在COS的桶名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCosPath(String CosPath)Set 脚本所在COS的路径
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCosRegion(String CosRegion)Set 脚本所在COS的地域
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setScriptContent(String ScriptContent)Set 脚本内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 AiopsScriptInfo()
public AiopsScriptInfo(AiopsScriptInfo source)
public String getScriptContent()
public void setScriptContent(String ScriptContent)
ScriptContent - 脚本内容
注意:此字段可能返回 null,表示取不到有效值。public String getCosPath()
public void setCosPath(String CosPath)
CosPath - 脚本所在COS的路径
注意:此字段可能返回 null,表示取不到有效值。public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion - 脚本所在COS的地域
注意:此字段可能返回 null,表示取不到有效值。public String getCosBucketName()
public void setCosBucketName(String CosBucketName)
CosBucketName - 脚本所在COS的桶名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.