public class QueryFabricChaincodeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryFabricChaincodeRequest() |
QueryFabricChaincodeRequest(QueryFabricChaincodeRequest 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 details.
|
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.
|
void |
setChaincodeName(String ChaincodeName)
Set Contract name.
|
void |
setChannelId(String ChannelId)
Set Channel ID, which can be obtained from the channel list or channel details.
|
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 |
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 QueryFabricChaincodeRequest()
public QueryFabricChaincodeRequest(QueryFabricChaincodeRequest 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 details.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.Copyright © 2025. All rights reserved.