public class CreateResultPageConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateResultPageConfig() | 
| CreateResultPageConfig(CreateResultPageConfig 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 | getDescription()Get 结果页描述,不超过200字 | 
| String | getTitle()Get 结果页标题,不超过50字 | 
| Long | getType()Get 
  0 : 发起审批成功页面(通过接口创建发起流程web页面发起时设置了NeedCreateReview参数为true)
 | 
| void | setDescription(String Description)Set 结果页描述,不超过200字 | 
| void | setTitle(String Title)Set 结果页标题,不超过50字 | 
| void | setType(Long Type)Set 
  0 : 发起审批成功页面(通过接口创建发起流程web页面发起时设置了NeedCreateReview参数为true)
 | 
| 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, toJsonStringpublic CreateResultPageConfig()
public CreateResultPageConfig(CreateResultPageConfig source)
public Long getType()
public void setType(Long Type)
Type - public String getTitle()
public void setTitle(String Title)
Title - 结果页标题,不超过50字public String getDescription()
public void setDescription(String Description)
Description - 结果页描述,不超过200字Copyright © 2025. All rights reserved.