Class TCBInstanceList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.TCBInstanceList
-
public class TCBInstanceList extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TCBInstanceList()TCBInstanceList(TCBInstanceList 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TCBEnvironments[]getEnvironments()Get tcb环境实例详情 注意:此字段可能返回 null,表示取不到有效值。StringgetRegion()Get 地域voidsetEnvironments(TCBEnvironments[] Environments)Set tcb环境实例详情 注意:此字段可能返回 null,表示取不到有效值。voidsetRegion(String Region)Set 地域voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TCBInstanceList
public TCBInstanceList()
-
TCBInstanceList
public TCBInstanceList(TCBInstanceList 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.
-
-
Method Detail
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region- 地域
-
getEnvironments
public TCBEnvironments[] getEnvironments()
Get tcb环境实例详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Environments tcb环境实例详情 注意:此字段可能返回 null,表示取不到有效值。
-
setEnvironments
public void setEnvironments(TCBEnvironments[] Environments)
Set tcb环境实例详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Environments- tcb环境实例详情 注意:此字段可能返回 null,表示取不到有效值。
-
-