public class CreateCustomizeErrorPageRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCustomizeErrorPageRequest() | 
| CreateCustomizeErrorPageRequest(CreateCustomizeErrorPageRequest 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;text/plain;text/xml。 | 
| String | getDescription()Get 自定义错误页面描述,描述不超过 60 个字符。 | 
| String | getName()Get 自定义错误页名称,名称为 2-30 个字符。 | 
| String | getZoneId()Get 站点 ID。 | 
| void | setContent(String Content)Set 自定义错误页面内容,内容不超过 2KB。 | 
| void | setContentType(String ContentType)Set 自定义错误页面类型,取值有:text/html; application/json;text/plain;text/xml。 | 
| void | setDescription(String Description)Set 自定义错误页面描述,描述不超过 60 个字符。 | 
| void | setName(String Name)Set 自定义错误页名称,名称为 2-30 个字符。 | 
| 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, toJsonStringpublic CreateCustomizeErrorPageRequest()
public CreateCustomizeErrorPageRequest(CreateCustomizeErrorPageRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 站点 ID。public String getName()
public void setName(String Name)
Name - 自定义错误页名称,名称为 2-30 个字符。public String getContentType()
public void setContentType(String ContentType)
ContentType - 自定义错误页面类型,取值有:public String getDescription()
public void setDescription(String Description)
Description - 自定义错误页面描述,描述不超过 60 个字符。public String getContent()
public void setContent(String Content)
Content - 自定义错误页面内容,内容不超过 2KB。Copyright © 2025. All rights reserved.