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 Custom error page content, not exceeding 2 KB.
|
String |
getContentType()
Get Custom error page type, with values:text/html.
|
String |
getDescription()
Get Custom error page description, not exceeding 60 characters.
|
String |
getName()
Get Custom error page name.
|
String |
getPageId()
Get Custom error page ID.
|
String |
getZoneId()
Get Zone ID.
|
void |
setContent(String Content)
Set Custom error page content, not exceeding 2 KB.
|
void |
setContentType(String ContentType)
Set Custom error page type, with values:text/html.
|
void |
setDescription(String Description)
Set Custom error page description, not exceeding 60 characters.
|
void |
setName(String Name)
Set Custom error page name.
|
void |
setPageId(String PageId)
Set Custom error page ID.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyCustomErrorPageRequest()
public ModifyCustomErrorPageRequest(ModifyCustomErrorPageRequest source)
public String getPageId()
public void setPageId(String PageId)
PageId
- Custom error page ID.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getName()
public void setName(String Name)
Name
- Custom error page name. The name must be 2-60 characters long.public String getDescription()
public void setDescription(String Description)
Description
- Custom error page description, not exceeding 60 characters.public String getContentType()
public void setContentType(String ContentType)
ContentType
- Custom error page type, with values:public String getContent()
public void setContent(String Content)
Content
- Custom error page content, not exceeding 2 KB.Copyright © 2025. All rights reserved.