public class CheckChainRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CheckChainRequest() | 
| CheckChainRequest(CheckChainRequest 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 | getAgencyName()Get The name of the DID organization. | 
| String | getClusterId()Get The network ID. | 
| Long | getGroupId()Get The group ID. | 
| void | setAgencyName(String AgencyName)Set The name of the DID organization. | 
| void | setClusterId(String ClusterId)Set The network ID. | 
| void | setGroupId(Long GroupId)Set The group ID. | 
| 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 CheckChainRequest()
public CheckChainRequest(CheckChainRequest source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.public String getAgencyName()
public void setAgencyName(String AgencyName)
AgencyName - The name of the DID organization.Copyright © 2025. All rights reserved.