public class ModifyCustomErrorPageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCustomErrorPageRequest() |
ModifyCustomErrorPageRequest(ModifyCustomErrorPageRequest 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 自定义错误页面内容。内容不超过 2KB。
|
String |
getContentType()
Get 自定义错误页面类型,取值有:text/html。 application/json。plain/text。text/xml。
|
String |
getDescription()
Get 自定义错误页描述,描述内容不超过60个字符。
|
String |
getName()
Get 自定义错误页名称,名称为2 - 60个字符。
|
String |
getPageId()
Get 自定义错误页面 ID。
|
String |
getZoneId()
Get 站点 ID。
|
void |
setContent(String Content)
Set 自定义错误页面内容。内容不超过 2KB。
|
void |
setContentType(String ContentType)
Set 自定义错误页面类型,取值有:text/html。 application/json。plain/text。text/xml。
|
void |
setDescription(String Description)
Set 自定义错误页描述,描述内容不超过60个字符。
|
void |
setName(String Name)
Set 自定义错误页名称,名称为2 - 60个字符。
|
void |
setPageId(String PageId)
Set 自定义错误页面 ID。
|
void |
setZoneId(String ZoneId)
Set 站点 ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyCustomErrorPageRequest()
public ModifyCustomErrorPageRequest(ModifyCustomErrorPageRequest source)
public String getPageId()
public void setPageId(String PageId)
PageId
- 自定义错误页面 ID。public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 ID。public String getName()
public void setName(String Name)
Name
- 自定义错误页名称,名称为2 - 60个字符。public String getDescription()
public void setDescription(String Description)
Description
- 自定义错误页描述,描述内容不超过60个字符。public String getContentType()
public void setContentType(String ContentType)
ContentType
- 自定义错误页面类型,取值有:public String getContent()
public void setContent(String Content)
Content
- 自定义错误页面内容。内容不超过 2KB。Copyright © 2024. All rights reserved.