public class GetDidClusterDetailResponse extends AbstractModel
skipSign
Constructor and Description |
---|
GetDidClusterDetailResponse() |
GetDidClusterDetailResponse(GetDidClusterDetailResponse 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 |
getChainAgency()
Get The name of the blockchain organization.
|
String |
getClusterId()
Get The network ID.
|
String |
getConsortiumName()
Get The consortium name.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setChainAgency(String ChainAgency)
Set The name of the blockchain organization.
|
void |
setClusterId(String ClusterId)
Set The network ID.
|
void |
setConsortiumName(String ConsortiumName)
Set The consortium name.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 GetDidClusterDetailResponse()
public GetDidClusterDetailResponse(GetDidClusterDetailResponse source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The network ID.public String getConsortiumName()
public void setConsortiumName(String ConsortiumName)
ConsortiumName
- The consortium name.public String getChainAgency()
public void setChainAgency(String ChainAgency)
ChainAgency
- The name of the blockchain organization.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.