public class CreateTDidByPublicKeyRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateTDidByPublicKeyRequest() |
CreateTDidByPublicKeyRequest(CreateTDidByPublicKeyRequest 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 |
getClusterId()
Get The network ID.
|
String |
getEncryptPubKey()
Get The encrypted public key.
|
Long |
getGroupId()
Get The group ID.
|
String |
getPublicKey()
Get The public key.
|
void |
setClusterId(String ClusterId)
Set The network ID.
|
void |
setEncryptPubKey(String EncryptPubKey)
Set The encrypted public key.
|
void |
setGroupId(Long GroupId)
Set The group ID.
|
void |
setPublicKey(String PublicKey)
Set The public key.
|
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, toJsonString
public CreateTDidByPublicKeyRequest()
public CreateTDidByPublicKeyRequest(CreateTDidByPublicKeyRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- The group ID.public String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey
- The public key.public String getEncryptPubKey()
public void setEncryptPubKey(String EncryptPubKey)
EncryptPubKey
- The encrypted public key.Copyright © 2023. All rights reserved.