cn.signit.sdk.pojo.response
类 EndSignProcessResponse.Builder

java.lang.Object
  继承者 cn.signit.sdk.pojo.response.EndSignProcessResponse.Builder
所有已实现的接口:
Builder<EndSignProcessResponse>
包容类:
EndSignProcessResponse

public static class EndSignProcessResponse.Builder
extends Object
implements Builder<EndSignProcessResponse>


构造方法摘要
EndSignProcessResponse.Builder()
           
EndSignProcessResponse.Builder(EndSignProcessResponse endSignProcessResponse)
           
 
方法摘要
 EndSignProcessResponse.Builder actionUrl(String actionUrl)
           
 EndSignProcessResponse build()
           
 EndSignProcessResponse.Builder code(String code)
           
 EndSignProcessResponse.Builder customTag(String customTag)
           
 EndSignProcessResponse.Builder invokeNo(String invokeNo)
           
 EndSignProcessResponse.Builder message(String message)
           
 EndSignProcessResponse.Builder tokenWsid(String tokenWsid)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EndSignProcessResponse.Builder

public EndSignProcessResponse.Builder()

EndSignProcessResponse.Builder

public EndSignProcessResponse.Builder(EndSignProcessResponse endSignProcessResponse)
方法详细信息

actionUrl

public EndSignProcessResponse.Builder actionUrl(String actionUrl)

tokenWsid

public EndSignProcessResponse.Builder tokenWsid(String tokenWsid)

code

public EndSignProcessResponse.Builder code(String code)

message

public EndSignProcessResponse.Builder message(String message)

customTag

public EndSignProcessResponse.Builder customTag(String customTag)

invokeNo

public EndSignProcessResponse.Builder invokeNo(String invokeNo)

build

public EndSignProcessResponse build()
指定者:
接口 Builder<EndSignProcessResponse> 中的 build


Copyright © 2020. All rights reserved.