public class TemplateScope extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TemplateScope() | 
| TemplateScope(TemplateScope 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 | 
|---|---|
| EntityStatus[] | getEntityStatus()Get 实例状态列表。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getZoneId()Get 站点ID。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEntityStatus(EntityStatus[] EntityStatus)Set 实例状态列表。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setZoneId(String ZoneId)Set 站点ID。
注意:此字段可能返回 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 TemplateScope()
public TemplateScope(TemplateScope source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 站点ID。
注意:此字段可能返回 null,表示取不到有效值。public EntityStatus[] getEntityStatus()
public void setEntityStatus(EntityStatus[] EntityStatus)
EntityStatus - 实例状态列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.