public class CreateCustomErrorPageRequest extends AbstractModel
header, skipSign
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 Content of the custom page
|
String |
getEntity()
Get Subdomain name of the site
|
String |
getName()
Get Name of the file specified to be returned
|
String |
getZoneId()
Get ID of the site
|
void |
setContent(String Content)
Set Content of the custom page
|
void |
setEntity(String Entity)
Set Subdomain name of the site
|
void |
setName(String Name)
Set Name of the file specified to be returned
|
void |
setZoneId(String ZoneId)
Set ID of the site
|
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 CreateCustomErrorPageRequest()
public CreateCustomErrorPageRequest(CreateCustomErrorPageRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- ID of the sitepublic String getEntity()
public void setEntity(String Entity)
Entity
- Subdomain name of the sitepublic String getName()
public void setName(String Name)
Name
- Name of the file specified to be returnedpublic String getContent()
public void setContent(String Content)
Content
- Content of the custom pageCopyright © 2024. All rights reserved.