cn.signit.sdk.pojo.response
类 QueryTemplateParamDataResponse.TemplateParamData

java.lang.Object
  继承者 cn.signit.sdk.pojo.response.QueryTemplateParamDataResponse.TemplateParamData
包容类:
QueryTemplateParamDataResponse

public static class QueryTemplateParamDataResponse.TemplateParamData
extends Object

模板变量数据

从以下版本开始:
2.7.0

构造方法摘要
QueryTemplateParamDataResponse.TemplateParamData()
           
 
方法摘要
 List<QueryTemplateParamDataResponse.ParamParticipantForm> getParamParticipantForms()
           
 List<QueryTemplateParamDataResponse.ParamParticipant> getParamParticipants()
           
 String getTemplateName()
           
 String getTemplateWsid()
           
 Long getVersion()
           
 void setParamParticipantForms(List<QueryTemplateParamDataResponse.ParamParticipantForm> paramParticipantForms)
           
 void setParamParticipants(List<QueryTemplateParamDataResponse.ParamParticipant> paramParticipants)
           
 void setTemplateName(String templateName)
           
 void setTemplateWsid(String templateWsid)
           
 void setVersion(Long version)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

QueryTemplateParamDataResponse.TemplateParamData

public QueryTemplateParamDataResponse.TemplateParamData()
方法详细信息

getTemplateWsid

public String getTemplateWsid()

setTemplateWsid

public void setTemplateWsid(String templateWsid)

getTemplateName

public String getTemplateName()

setTemplateName

public void setTemplateName(String templateName)

getVersion

public Long getVersion()

setVersion

public void setVersion(Long version)

getParamParticipants

public List<QueryTemplateParamDataResponse.ParamParticipant> getParamParticipants()

setParamParticipants

public void setParamParticipants(List<QueryTemplateParamDataResponse.ParamParticipant> paramParticipants)

getParamParticipantForms

public List<QueryTemplateParamDataResponse.ParamParticipantForm> getParamParticipantForms()

setParamParticipantForms

public void setParamParticipantForms(List<QueryTemplateParamDataResponse.ParamParticipantForm> paramParticipantForms)


Copyright © 2020. All rights reserved.