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 Custom response page content, not exceeding 2 KB.
|
String |
getContentType()
Get Custom response page type, with values:text/html; application/json;text/plain;text/xml.
|
String |
getDescription()
Get Custom response page description, not exceeding 60 characters.
|
String |
getName()
Get Custom response page name.
|
String |
getZoneId()
Get Zone ID.
|
void |
setContent(String Content)
Set Custom response page content, not exceeding 2 KB.
|
void |
setContentType(String ContentType)
Set Custom response page type, with values:text/html; application/json;text/plain;text/xml.
|
void |
setDescription(String Description)
Set Custom response page description, not exceeding 60 characters.
|
void |
setName(String Name)
Set Custom response page name.
|
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 CreateCustomizeErrorPageRequest()
public CreateCustomizeErrorPageRequest(CreateCustomizeErrorPageRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getName()
public void setName(String Name)
Name
- Custom response page name. The name must be 2-30 characters long.public String getContentType()
public void setContentType(String ContentType)
ContentType
- Custom response page type, with values:public String getDescription()
public void setDescription(String Description)
Description
- Custom response page description, not exceeding 60 characters.public String getContent()
public void setContent(String Content)
Content
- Custom response page content, not exceeding 2 KB.Copyright © 2024. All rights reserved.