public class InvokeFabricChaincodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
InvokeFabricChaincodeRequest()  | 
InvokeFabricChaincodeRequest(InvokeFabricChaincodeRequest 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 | 
getChaincodeName()
Get Contract name. 
 | 
String | 
getChannelId()
Get Channel ID, which can be obtained from the channel list or channel detail. 
 | 
String | 
getClusterId()
Get Cluster ID, which can be obtained from the blockchain cluster details. 
 | 
String | 
getFuncName()
Get Contract method. 
 | 
String[] | 
getFuncParam()
Get Contract method input parameter. 
 | 
Boolean | 
getWithAsyncResult()
Get Whether to execute asynchronously. 
 | 
void | 
setChaincodeName(String ChaincodeName)
Set Contract name. 
 | 
void | 
setChannelId(String ChannelId)
Set Channel ID, which can be obtained from the channel list or channel detail. 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID, which can be obtained from the blockchain cluster details. 
 | 
void | 
setFuncName(String FuncName)
Set Contract method. 
 | 
void | 
setFuncParam(String[] FuncParam)
Set Contract method input parameter. 
 | 
void | 
setWithAsyncResult(Boolean WithAsyncResult)
Set Whether to execute asynchronously. 
 | 
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 InvokeFabricChaincodeRequest()
public InvokeFabricChaincodeRequest(InvokeFabricChaincodeRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster ID, which can be obtained from the blockchain cluster details.public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - Channel ID, which can be obtained from the channel list or channel detail.public String getChaincodeName()
public void setChaincodeName(String ChaincodeName)
ChaincodeName - Contract name. it can be obtained from the contract list or contract details.public String getFuncName()
public void setFuncName(String FuncName)
FuncName - Contract method.public String[] getFuncParam()
public void setFuncParam(String[] FuncParam)
FuncParam - Contract method input parameter.public Boolean getWithAsyncResult()
public void setWithAsyncResult(Boolean WithAsyncResult)
WithAsyncResult - Whether to execute asynchronously. if so, use the transaction TxID in the return value to query the execution result.Copyright © 2025. All rights reserved.