Class TCBEnvironments
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.TCBEnvironments
-
public class TCBEnvironments extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TCBEnvironments()TCBEnvironments(TCBEnvironments 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 TCBAccessServicegetAccessService()Get 访问服务 注意:此字段可能返回 null,表示取不到有效值。TCBEnvironmentgetEnvironment()Get tcb环境 注意:此字段可能返回 null,表示取不到有效值。TCBHostServicegetHostService()Get 静态托管 注意:此字段可能返回 null,表示取不到有效值。voidsetAccessService(TCBAccessService AccessService)Set 访问服务 注意:此字段可能返回 null,表示取不到有效值。voidsetEnvironment(TCBEnvironment Environment)Set tcb环境 注意:此字段可能返回 null,表示取不到有效值。voidsetHostService(TCBHostService HostService)Set 静态托管 注意:此字段可能返回 null,表示取不到有效值。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
-
TCBEnvironments
public TCBEnvironments()
-
TCBEnvironments
public TCBEnvironments(TCBEnvironments 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
-
getEnvironment
public TCBEnvironment getEnvironment()
Get tcb环境 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Environment tcb环境 注意:此字段可能返回 null,表示取不到有效值。
-
setEnvironment
public void setEnvironment(TCBEnvironment Environment)
Set tcb环境 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Environment- tcb环境 注意:此字段可能返回 null,表示取不到有效值。
-
getAccessService
public TCBAccessService getAccessService()
Get 访问服务 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AccessService 访问服务 注意:此字段可能返回 null,表示取不到有效值。
-
setAccessService
public void setAccessService(TCBAccessService AccessService)
Set 访问服务 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AccessService- 访问服务 注意:此字段可能返回 null,表示取不到有效值。
-
getHostService
public TCBHostService getHostService()
Get 静态托管 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HostService 静态托管 注意:此字段可能返回 null,表示取不到有效值。
-
setHostService
public void setHostService(TCBHostService HostService)
Set 静态托管 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HostService- 静态托管 注意:此字段可能返回 null,表示取不到有效值。
-
-