public abstract class AbstractSignitRequest<T extends AbstractSignitResponse> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected AcceptDataType |
acceptDataType
调用方接受的响应数据类型,支持:BASE64/URL.
|
protected String |
customTag
调用方自定义标识,易企签会原封不动返回.
|
protected String |
returnUrl
调用方自定义要求易企签的WEB平台在流程结束后需要跳转的指定URL地址.
|
| 构造器和说明 |
|---|
AbstractSignitRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
AcceptDataType |
getAcceptDataType() |
String |
getCustomTag() |
abstract Class<T> |
getResponseClass() |
String |
getReturnUrl() |
void |
setAcceptDataType(AcceptDataType acceptDataType) |
void |
setCustomTag(String customTag) |
void |
setReturnUrl(String returnUrl) |
protected String customTag
protected String returnUrl
protected AcceptDataType acceptDataType
public String getCustomTag()
public String getReturnUrl()
public AcceptDataType getAcceptDataType()
public void setCustomTag(String customTag)
public void setReturnUrl(String returnUrl)
public void setAcceptDataType(AcceptDataType acceptDataType)
Copyright © 2019. All rights reserved.