public class CreateCustomErrorPageRequest extends AbstractModel
| Constructor and Description |
|---|
CreateCustomErrorPageRequest() |
CreateCustomErrorPageRequest(CreateCustomErrorPageRequest 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 |
|---|---|
String |
getContent()
Get 自定义页面的内容
|
String |
getEntity()
Get 具体所属实体
|
String |
getName()
Get 自定义页面的文件名
|
String |
getZoneId()
Get zone的id
|
void |
setContent(String Content)
Set 自定义页面的内容
|
void |
setEntity(String Entity)
Set 具体所属实体
|
void |
setName(String Name)
Set 自定义页面的文件名
|
void |
setZoneId(String ZoneId)
Set zone的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, toJsonStringpublic CreateCustomErrorPageRequest()
public CreateCustomErrorPageRequest(CreateCustomErrorPageRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - zone的idpublic String getEntity()
public void setEntity(String Entity)
Entity - 具体所属实体public String getName()
public void setName(String Name)
Name - 自定义页面的文件名public String getContent()
public void setContent(String Content)
Content - 自定义页面的内容Copyright © 2022. All rights reserved.