public class BIDExtensionOperation extends Object
| 构造器和说明 |
|---|
BIDExtensionOperation() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getAcsns() |
BIDAttributesOperation[] |
getAttributes() |
BIDDelegateSignOperation |
getDelegateSign() |
String[] |
getRecovery() |
Long |
getTtl() |
Integer |
getType() |
BIDVerifiableCredentialsOperation[] |
getVerifiableCredentials() |
void |
setAcsns(String[] acsns) |
void |
setAttributes(BIDAttributesOperation[] attributes) |
void |
setDelegateSign(BIDDelegateSignOperation delegateSign) |
void |
setRecovery(String[] recovery) |
void |
setTtl(Long ttl) |
void |
setType(Integer type) |
void |
setVerifiableCredentials(BIDVerifiableCredentialsOperation[] verifiableCredentials) |
public String[] getRecovery()
public void setRecovery(String[] recovery)
public Long getTtl()
public void setTtl(Long ttl)
public Integer getType()
public void setType(Integer type)
public BIDAttributesOperation[] getAttributes()
public void setAttributes(BIDAttributesOperation[] attributes)
public BIDDelegateSignOperation getDelegateSign()
public void setDelegateSign(BIDDelegateSignOperation delegateSign)
public String[] getAcsns()
public void setAcsns(String[] acsns)
public BIDVerifiableCredentialsOperation[] getVerifiableCredentials()
public void setVerifiableCredentials(BIDVerifiableCredentialsOperation[] verifiableCredentials)
Copyright © 2023. All rights reserved.