cn.signit.sdk.pojo.webhook.response
类 PersonVerificationCompleted

java.lang.Object
  继承者 cn.signit.sdk.pojo.response.AbstractSignitResponse
      继承者 cn.signit.sdk.pojo.webhook.response.AbstractWebhookResponseData
          继承者 cn.signit.sdk.pojo.webhook.response.PersonVerificationCompleted

public class PersonVerificationCompleted
extends AbstractWebhookResponseData

个人实名认证完成事件.

从以下版本开始:
2.0.0

字段摘要
 
从类 cn.signit.sdk.pojo.response.AbstractSignitResponse 继承的字段
code, customTag, invokeNo, message
 
构造方法摘要
PersonVerificationCompleted()
           
 
方法摘要
 String getDescription()
           
 Long getHandleDatetime()
           
 String getStatus()
           
 Long getSubmitDatetime()
           
 void setDescription(String description)
           
 void setHandleDatetime(Long handleDatetime)
           
 void setStatus(String status)
           
 void setSubmitDatetime(Long submitDatetime)
           
 
从类 cn.signit.sdk.pojo.response.AbstractSignitResponse 继承的方法
getCode, getCustomTag, getInvokeNo, getMessage, isSuccess, setCode, setCustomTag, setInvokeNo, setMessage
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PersonVerificationCompleted

public PersonVerificationCompleted()
方法详细信息

getDescription

public String getDescription()

getStatus

public String getStatus()

getHandleDatetime

public Long getHandleDatetime()

getSubmitDatetime

public Long getSubmitDatetime()

setDescription

public void setDescription(String description)

setStatus

public void setStatus(String status)

setHandleDatetime

public void setHandleDatetime(Long handleDatetime)

setSubmitDatetime

public void setSubmitDatetime(Long submitDatetime)


Copyright © 2019. All rights reserved.