public class CreateTDidByPrivateKeyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateTDidByPrivateKeyRequest() |
CreateTDidByPrivateKeyRequest(CreateTDidByPrivateKeyRequest 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.
|
Long |
getGroupId()
Get The group ID.
|
String |
getPrivateKey()
Get The private key.
|
void |
setClusterId(String ClusterId)
Set The network ID.
|
void |
setGroupId(Long GroupId)
Set The group ID.
|
void |
setPrivateKey(String PrivateKey)
Set The private key.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateTDidByPrivateKeyRequest()
public CreateTDidByPrivateKeyRequest(CreateTDidByPrivateKeyRequest 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 getPrivateKey()
public void setPrivateKey(String PrivateKey)
PrivateKey
- The private key.Copyright © 2024. All rights reserved.