public class RegisterIssuerRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RegisterIssuerRequest() | 
| RegisterIssuerRequest(RegisterIssuerRequest 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 | 
|---|---|
| String | getDescription()Get Remarks | 
| String | getDid()Get The DID. | 
| String | getName()Get The issuing authority name. | 
| void | setDescription(String Description)Set Remarks | 
| void | setDid(String Did)Set The DID. | 
| void | setName(String Name)Set The issuing authority name. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RegisterIssuerRequest()
public RegisterIssuerRequest(RegisterIssuerRequest source)
public String getDid()
public void setDid(String Did)
Did - The DID.public String getName()
public void setName(String Name)
Name - The issuing authority name.public String getDescription()
public void setDescription(String Description)
Description - RemarksCopyright © 2025. All rights reserved.