public class Proof extends AbstractModel
skipSign| Constructor and Description |
|---|
Proof() |
Proof(Proof source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreated()
Get 创建时间
|
String |
getCreator()
Get 创建着did
|
String |
getSaltJson()
Get salt值
|
String |
getSignatureValue()
Get 签名
|
String |
getType()
Get type类型
|
void |
setCreated(Long Created)
Set 创建时间
|
void |
setCreator(String Creator)
Set 创建着did
|
void |
setSaltJson(String SaltJson)
Set salt值
|
void |
setSignatureValue(String SignatureValue)
Set 签名
|
void |
setType(String Type)
Set type类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Proof()
public Proof(Proof source)
public Long getCreated()
public void setCreated(Long Created)
Created - 创建时间public String getCreator()
public void setCreator(String Creator)
Creator - 创建着didpublic String getSaltJson()
public void setSaltJson(String SaltJson)
SaltJson - salt值public String getSignatureValue()
public void setSignatureValue(String SignatureValue)
SignatureValue - 签名public String getType()
public void setType(String Type)
Type - type类型Copyright © 2023. All rights reserved.