public class ExportScreenPageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExportScreenPageRequest() |
ExportScreenPageRequest(ExportScreenPageRequest 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 |
---|---|
Boolean |
getAsyncRequest()
Get Whether it is an async request.
|
String |
getCanvasType()
Get Canvas type.
|
String |
getPageId()
Get Page ID.
|
String |
getPicType()
Get Image export type.
|
String |
getProjectId()
Get Project ID.
|
String |
getTranId()
Get Transaction ID.
|
String[] |
getWidgetIds()
Get Component IDs.
|
void |
setAsyncRequest(Boolean AsyncRequest)
Set Whether it is an async request.
|
void |
setCanvasType(String CanvasType)
Set Canvas type.
|
void |
setPageId(String PageId)
Set Page ID.
|
void |
setPicType(String PicType)
Set Image export type.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setTranId(String TranId)
Set Transaction ID.
|
void |
setWidgetIds(String[] WidgetIds)
Set Component IDs.
|
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, toJsonString
public ExportScreenPageRequest()
public ExportScreenPageRequest(ExportScreenPageRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public String getPageId()
public void setPageId(String PageId)
PageId
- Page ID.public String getCanvasType()
public void setCanvasType(String CanvasType)
CanvasType
- Canvas type. Grid canvas: GRID; Free canvas: FREE.public String getPicType()
public void setPicType(String PicType)
PicType
- Image export type. Valid values: Base64, and URL (valid period: 1 day).public String[] getWidgetIds()
public void setWidgetIds(String[] WidgetIds)
WidgetIds
- Component IDs. When empty, export the entire page.public Boolean getAsyncRequest()
public void setAsyncRequest(Boolean AsyncRequest)
AsyncRequest
- Whether it is an async request.public String getTranId()
public void setTranId(String TranId)
TranId
- Transaction ID.Copyright © 2025. All rights reserved.