public class BtnOption extends Object
| 构造器和说明 |
|---|
BtnOption() |
BtnOption(List<String> btnMasterIpAndPortList,
List<String> btnSlaveIpAndPortList,
String btnKeyFilePath,
String btnCertFilePath,
String btnTrustStoreFilePath,
NodeGroupRegisterConfig nodeGroupRegisterConfig,
NodeRegisterConfig nodeRegisterConfig,
String chainBid,
List<String> chainNids) |
BtnOption(List<String> btnMasterIpAndPortList,
List<String> btnSlaveIpAndPortList,
String btnKeyFilePath,
String btnKeyFilePassword,
String btnCertFilePath,
String btnTrustStoreFilePath,
String btnTrustStoreFilePassword,
NodeGroupRegisterConfig nodeGroupRegisterConfig,
NodeRegisterConfig nodeRegisterConfig,
String chainBid,
List<String> chainNids) |
BtnOption(String chainBid,
List<String> chainNids) |
public BtnOption()
public BtnOption(List<String> btnMasterIpAndPortList, List<String> btnSlaveIpAndPortList, String btnKeyFilePath, String btnCertFilePath, String btnTrustStoreFilePath, NodeGroupRegisterConfig nodeGroupRegisterConfig, NodeRegisterConfig nodeRegisterConfig, String chainBid, List<String> chainNids)
public BtnOption(List<String> btnMasterIpAndPortList, List<String> btnSlaveIpAndPortList, String btnKeyFilePath, String btnKeyFilePassword, String btnCertFilePath, String btnTrustStoreFilePath, String btnTrustStoreFilePassword, NodeGroupRegisterConfig nodeGroupRegisterConfig, NodeRegisterConfig nodeRegisterConfig, String chainBid, List<String> chainNids)
public void setBtnMasterIpAndPortList(List<String> btnMasterIpAndPortList)
public String getBtnKeyFilePath()
public void setBtnKeyFilePath(String btnKeyFilePath)
public String getBtnCertFilePath()
public void setBtnCertFilePath(String btnCertFilePath)
public String getBtnTrustStoreFilePath()
public void setBtnTrustStoreFilePath(String btnTrustStoreFilePath)
public NodeRegisterConfig getNodeRegisterConfig()
public void setNodeRegisterConfig(NodeRegisterConfig nodeRegisterConfig)
public NodeGroupRegisterConfig getNodeGroupRegisterConfig()
public void setNodeGroupRegisterConfig(NodeGroupRegisterConfig nodeGroupRegisterConfig)
public RequestOption getBtnRequestOption()
public void setBtnRequestOption(RequestOption btnRequestOption)
public BtnNetworkOption getBtnNetworkOption()
public void setBtnNetworkOption(BtnNetworkOption btnNetworkOption)
public String getChainBid()
public void setChainBid(String chainBid)
public String getBtnKeyFilePassword()
public void setBtnKeyFilePassword(String btnKeyFilePassword)
public String getBtnTrustStoreFilePassword()
public void setBtnTrustStoreFilePassword(String btnTrustStoreFilePassword)
public int getDynamicGetChainNodeNums()
public void setDynamicGetChainNodeNums(int dynamicGetChainNodeNums)
Copyright © 2022. All rights reserved.