Class QueryChainMakerDemoBlockTransactionRequest


  • public class QueryChainMakerDemoBlockTransactionRequest
    extends AbstractModel
    • Constructor Detail

      • QueryChainMakerDemoBlockTransactionRequest

        public QueryChainMakerDemoBlockTransactionRequest()
      • QueryChainMakerDemoBlockTransactionRequest

        public QueryChainMakerDemoBlockTransactionRequest​(QueryChainMakerDemoBlockTransactionRequest 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.
    • Method Detail

      • getClusterId

        public String getClusterId()
        Get 网络ID,可在区块链网络详情或列表中获取
        Returns:
        ClusterId 网络ID,可在区块链网络详情或列表中获取
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 网络ID,可在区块链网络详情或列表中获取
        Parameters:
        ClusterId - 网络ID,可在区块链网络详情或列表中获取
      • getChainId

        public String getChainId()
        Get 业务链ID,可在网络概览页获取
        Returns:
        ChainId 业务链ID,可在网络概览页获取
      • setChainId

        public void setChainId​(String ChainId)
        Set 业务链ID,可在网络概览页获取
        Parameters:
        ChainId - 业务链ID,可在网络概览页获取
      • getBlockHeight

        public Long getBlockHeight()
        Get 区块高度
        Returns:
        BlockHeight 区块高度
      • setBlockHeight

        public void setBlockHeight​(Long BlockHeight)
        Set 区块高度
        Parameters:
        BlockHeight - 区块高度