public class DropPageDetail extends AbstractModel
Constructor and Description |
---|
DropPageDetail() |
DropPageDetail(DropPageDetail 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 |
getName()
Get The block page file or URL.
|
Long |
getPageId()
Get The ID of the block page, which can be obtained from the CreateSecurityDropPage API.
|
Long |
getStatusCode()
Get The HTTP status code of the block page.
|
String |
getType()
Get Type of the block page.
|
void |
setName(String Name)
Set The block page file or URL.
|
void |
setPageId(Long PageId)
Set The ID of the block page, which can be obtained from the CreateSecurityDropPage API.
|
void |
setStatusCode(Long StatusCode)
Set The HTTP status code of the block page.
|
void |
setType(String Type)
Set Type of the block page.
|
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 DropPageDetail()
public DropPageDetail(DropPageDetail source)
public Long getPageId()
public void setPageId(Long PageId)
PageId
- The ID of the block page, which can be obtained from the CreateSecurityDropPage API.
If 0 is passed, the default block page will be used.public Long getStatusCode()
public void setStatusCode(Long StatusCode)
StatusCode
- The HTTP status code of the block page. Value range: 100-600.public String getName()
public void setName(String Name)
Name
- The block page file or URL.public String getType()
public void setType(String Type)
Type
- Type of the block page. Values:
Copyright © 2023. All rights reserved.