public class Verified extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
ARREARS |
static int |
BUSY_CODE |
static int |
ERROR_CODE |
static Integer |
FAIL_COUNT
每日实名认证失败机会
|
static Integer |
INIT
验证次数初始化
|
static Long |
INTERVAL
每次请求最少间隔30
|
static String |
MATCH
匹配
|
static int |
SUCCESS
匹配结果成功
|
| Constructor and Description |
|---|
Verified() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getSendAt() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCount(Integer count) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setSendAt(Long sendAt) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer FAIL_COUNT
public static final Integer INIT
public static final Long INTERVAL
public static final int SUCCESS
public static final int BUSY_CODE
public static final int ERROR_CODE
public static final String MATCH
public static final Integer ARREARS
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Integer getCount()
public void setCount(Integer count)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getSendAt()
public void setSendAt(Long sendAt)
Copyright © 2018. All Rights Reserved.