Package org.hyperledger.fabric.sdk
Class ChaincodeID.Builder
java.lang.Object
org.hyperledger.fabric.sdk.ChaincodeID.Builder
- Enclosing class:
- ChaincodeID
Build a new ChaincodeID
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Set path of chaincodesetVersion(String version) Set the version of the Chaincode
-
Method Details
-
setName
- Parameters:
name- of the Chaincode- Returns:
- Builder
-
setVersion
Set the version of the Chaincode- Parameters:
version- of the chaincode- Returns:
- Builder
-
setPath
Set path of chaincode- Parameters:
path- of chaincode- Returns:
- Builder
-
build
-