public class GetAuthorityIssuerResponse extends AbstractModel
skipSign
Constructor and Description |
---|
GetAuthorityIssuerResponse() |
GetAuthorityIssuerResponse(GetAuthorityIssuerResponse 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 blockchain network ID.
|
String |
getDid()
Get The DID of the authority.
|
Long |
getGroupId()
Get The blockchain group ID.
|
String |
getName()
Get The authority name.
|
String |
getRecognizeTime()
Get The recognition time.
|
String |
getRegisterTime()
Get The registration time.
|
String |
getRemark()
Get Remarks.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setClusterId(String ClusterId)
Set The blockchain network ID.
|
void |
setDid(String Did)
Set The DID of the authority.
|
void |
setGroupId(Long GroupId)
Set The blockchain group ID.
|
void |
setName(String Name)
Set The authority name.
|
void |
setRecognizeTime(String RecognizeTime)
Set The recognition time.
|
void |
setRegisterTime(String RegisterTime)
Set The registration time.
|
void |
setRemark(String Remark)
Set Remarks.
|
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 GetAuthorityIssuerResponse()
public GetAuthorityIssuerResponse(GetAuthorityIssuerResponse source)
public String getName()
public void setName(String Name)
Name
- The authority name.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The blockchain network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- The blockchain group ID.public String getDid()
public void setDid(String Did)
Did
- The DID of the authority.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarks.public String getRegisterTime()
public void setRegisterTime(String RegisterTime)
RegisterTime
- The registration time.public String getRecognizeTime()
public void setRecognizeTime(String RecognizeTime)
RecognizeTime
- The recognition time.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.