public class IdentityApprove extends Object implements Serializable
| Constructor and Description |
|---|
IdentityApprove() |
| Modifier and Type | Method and Description |
|---|---|
String |
author() |
IdentityApprove |
author(String author) |
String |
identity() |
IdentityApprove |
identity(String identity) |
String |
signature() |
IdentityApprove |
signature(String signature) |
java.time.Instant |
ts() |
IdentityApprove |
ts(java.time.Instant ts) |
public java.time.Instant ts()
public String identity()
public String signature()
public String author()
public IdentityApprove ts(java.time.Instant ts)
public IdentityApprove identity(String identity)
public IdentityApprove signature(String signature)
public IdentityApprove author(String author)
Copyright © 2018. All rights reserved.