public class CreateStaticStoreRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnableUnion()
Get 是否启用统一域名
|
String |
getEnvId()
Get 环境ID
|
void |
setEnableUnion(Boolean EnableUnion)
Set 是否启用统一域名
|
void |
setEnvId(String EnvId)
Set 环境ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateStaticStoreRequest()
public CreateStaticStoreRequest(CreateStaticStoreRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 环境IDpublic Boolean getEnableUnion()
public void setEnableUnion(Boolean EnableUnion)
EnableUnion
- 是否启用统一域名Copyright © 2021. All rights reserved.