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 是否是异步请求
|
String |
getCanvasType()
Get 画布类型。栅格画布:GRID;自由画布:FREE
|
String |
getPageId()
Get 页面id
|
String |
getPicType()
Get 图片导出类型。base64;url(有效期:1天)
|
String |
getProjectId()
Get 项目id
|
String |
getTranId()
Get 事务id
|
String[] |
getWidgetIds()
Get 组件Ids。为空时,导出整个页面
|
void |
setAsyncRequest(Boolean AsyncRequest)
Set 是否是异步请求
|
void |
setCanvasType(String CanvasType)
Set 画布类型。栅格画布:GRID;自由画布:FREE
|
void |
setPageId(String PageId)
Set 页面id
|
void |
setPicType(String PicType)
Set 图片导出类型。base64;url(有效期:1天)
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setTranId(String TranId)
Set 事务id
|
void |
setWidgetIds(String[] WidgetIds)
Set 组件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
- 项目idpublic String getPageId()
public void setPageId(String PageId)
PageId
- 页面idpublic String getCanvasType()
public void setCanvasType(String CanvasType)
CanvasType
- 画布类型。栅格画布:GRID;自由画布:FREEpublic String getPicType()
public void setPicType(String PicType)
PicType
- 图片导出类型。base64;url(有效期:1天)public String[] getWidgetIds()
public void setWidgetIds(String[] WidgetIds)
WidgetIds
- 组件Ids。为空时,导出整个页面public Boolean getAsyncRequest()
public void setAsyncRequest(Boolean AsyncRequest)
AsyncRequest
- 是否是异步请求public String getTranId()
public void setTranId(String TranId)
TranId
- 事务idCopyright © 2025. All rights reserved.