public class CreateSecurityDropPageRequest extends AbstractModel
Constructor and Description |
---|
CreateSecurityDropPageRequest() |
CreateSecurityDropPageRequest(CreateSecurityDropPageRequest 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 The block page content, which is passed after being URL-encoded.
|
String |
getEntity()
Get The subdomain name.
|
String |
getModule()
Get The module that applies on the block page.
|
String |
getName()
Get Name of the block page file.
|
String |
getType()
Get How to build the block page.
|
String |
getZoneId()
Get The site ID.
|
void |
setContent(String Content)
Set The block page content, which is passed after being URL-encoded.
|
void |
setEntity(String Entity)
Set The subdomain name.
|
void |
setModule(String Module)
Set The module that applies on the block page.
|
void |
setName(String Name)
Set Name of the block page file.
|
void |
setType(String Type)
Set How to build the block page.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateSecurityDropPageRequest()
public CreateSecurityDropPageRequest(CreateSecurityDropPageRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String getEntity()
public void setEntity(String Entity)
Entity
- The subdomain name.public String getName()
public void setName(String Name)
Name
- Name of the block page file.public String getContent()
public void setContent(String Content)
Content
- The block page content, which is passed after being URL-encoded.public String getType()
public void setType(String Type)
Type
- How to build the block page. Values:
public String getModule()
public void setModule(String Module)
Module
- The module that applies on the block page. Values:
Copyright © 2022. All rights reserved.