Class CreateStaticStoreRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.CreateStaticStoreRequest
-
public class CreateStaticStoreRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateStaticStoreRequest()CreateStaticStoreRequest(CreateStaticStoreRequest 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 BooleangetEnableUnion()Get 是否启用统一域名StringgetEnvId()Get 环境IDvoidsetEnableUnion(Boolean EnableUnion)Set 是否启用统一域名voidsetEnvId(String EnvId)Set 环境IDvoidtoMap(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
-
CreateStaticStoreRequest
public CreateStaticStoreRequest()
-
CreateStaticStoreRequest
public CreateStaticStoreRequest(CreateStaticStoreRequest 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
-
getEnvId
public String getEnvId()
Get 环境ID- Returns:
- EnvId 环境ID
-
setEnvId
public void setEnvId(String EnvId)
Set 环境ID- Parameters:
EnvId- 环境ID
-
getEnableUnion
public Boolean getEnableUnion()
Get 是否启用统一域名- Returns:
- EnableUnion 是否启用统一域名
-
setEnableUnion
public void setEnableUnion(Boolean EnableUnion)
Set 是否启用统一域名- Parameters:
EnableUnion- 是否启用统一域名
-
-