Class Web3jComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.web3j.springboot.Web3jComponentConfiguration

@ConfigurationProperties(prefix="camel.component.web3j") public class Web3jComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Interact with Ethereum nodes using web3j client API. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • Web3jComponentConfiguration

      public Web3jComponentConfiguration()
  • Method Details

    • getAddresses

      public List<String> getAddresses()
    • setAddresses

      public void setAddresses(List<String> addresses)
    • getConfiguration

      public org.apache.camel.component.web3j.Web3jConfiguration getConfiguration()
    • setConfiguration

      public void setConfiguration(org.apache.camel.component.web3j.Web3jConfiguration configuration)
    • getFromAddress

      public String getFromAddress()
    • setFromAddress

      public void setFromAddress(String fromAddress)
    • getFromBlock

      public String getFromBlock()
    • setFromBlock

      public void setFromBlock(String fromBlock)
    • getFullTransactionObjects

      public Boolean getFullTransactionObjects()
    • setFullTransactionObjects

      public void setFullTransactionObjects(Boolean fullTransactionObjects)
    • getGasLimit

      public BigInteger getGasLimit()
    • setGasLimit

      public void setGasLimit(BigInteger gasLimit)
    • getPrivateFor

      public List<String> getPrivateFor()
    • setPrivateFor

      public void setPrivateFor(List<String> privateFor)
    • getQuorumAPI

      public Boolean getQuorumAPI()
    • setQuorumAPI

      public void setQuorumAPI(Boolean quorumAPI)
    • getToAddress

      public String getToAddress()
    • setToAddress

      public void setToAddress(String toAddress)
    • getToBlock

      public String getToBlock()
    • setToBlock

      public void setToBlock(String toBlock)
    • getTopics

      public String getTopics()
    • setTopics

      public void setTopics(String topics)
    • getWeb3j

      public org.web3j.protocol.Web3j getWeb3j()
    • setWeb3j

      public void setWeb3j(org.web3j.protocol.Web3j web3j)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getAtBlock

      public String getAtBlock()
    • setAtBlock

      public void setAtBlock(String atBlock)
    • getBlockHash

      public String getBlockHash()
    • setBlockHash

      public void setBlockHash(String blockHash)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getData

      public String getData()
    • setData

      public void setData(String data)
    • getDatabaseName

      public String getDatabaseName()
    • setDatabaseName

      public void setDatabaseName(String databaseName)
    • getFilterId

      public BigInteger getFilterId()
    • setFilterId

      public void setFilterId(BigInteger filterId)
    • getGasPrice

      public BigInteger getGasPrice()
    • setGasPrice

      public void setGasPrice(BigInteger gasPrice)
    • getHashrate

      public String getHashrate()
    • setHashrate

      public void setHashrate(String hashrate)
    • getHeaderPowHash

      public String getHeaderPowHash()
    • setHeaderPowHash

      public void setHeaderPowHash(String headerPowHash)
    • getIndex

      public BigInteger getIndex()
    • setIndex

      public void setIndex(BigInteger index)
    • getKeyName

      public String getKeyName()
    • setKeyName

      public void setKeyName(String keyName)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getMixDigest

      public String getMixDigest()
    • setMixDigest

      public void setMixDigest(String mixDigest)
    • getNonce

      public String getNonce()
    • setNonce

      public void setNonce(String nonce)
    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getPosition

      public BigInteger getPosition()
    • setPosition

      public void setPosition(BigInteger position)
    • getPriority

      public BigInteger getPriority()
    • setPriority

      public void setPriority(BigInteger priority)
    • getSha3HashOfDataToSign

      public String getSha3HashOfDataToSign()
    • setSha3HashOfDataToSign

      public void setSha3HashOfDataToSign(String sha3HashOfDataToSign)
    • getSignedTransactionData

      public String getSignedTransactionData()
    • setSignedTransactionData

      public void setSignedTransactionData(String signedTransactionData)
    • getSourceCode

      public String getSourceCode()
    • setSourceCode

      public void setSourceCode(String sourceCode)
    • getTransactionHash

      public String getTransactionHash()
    • setTransactionHash

      public void setTransactionHash(String transactionHash)
    • getTtl

      public BigInteger getTtl()
    • setTtl

      public void setTtl(BigInteger ttl)
    • getValue

      public BigInteger getValue()
    • setValue

      public void setValue(BigInteger value)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)