public class TCBEnvironments extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
TCBAccessService |
getAccessService()
Get The access service.
|
TCBEnvironment |
getEnvironment()
Get The TCB environment.
|
TCBHostService |
getHostService()
Get Whether static hosting is used.
|
void |
setAccessService(TCBAccessService AccessService)
Set The access service.
|
void |
setEnvironment(TCBEnvironment Environment)
Set The TCB environment.
|
void |
setHostService(TCBHostService HostService)
Set Whether static hosting is used.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TCBEnvironments()
public TCBEnvironments(TCBEnvironments source)
public TCBEnvironment getEnvironment()
public void setEnvironment(TCBEnvironment Environment)
Environment
- The TCB environment.
Note: This field may return null, indicating that no valid values can be obtained.public TCBAccessService getAccessService()
public void setAccessService(TCBAccessService AccessService)
AccessService
- The access service.
Note: This field may return null, indicating that no valid values can be obtained.public TCBHostService getHostService()
public void setHostService(TCBHostService HostService)
HostService
- Whether static hosting is used.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.