类 DepositInfoDto


  • public class DepositInfoDto
    extends Object
    • 构造器详细资料

      • DepositInfoDto

        public DepositInfoDto()
    • 方法详细资料

      • getDeposit

        public String getDeposit()
      • setDeposit

        public void setDeposit​(String deposit)
      • getAgentHash

        public String getAgentHash()
      • setAgentHash

        public void setAgentHash​(String agentHash)
      • getAddress

        public String getAddress()
      • setAddress

        public void setAddress​(String address)
      • getTime

        public long getTime()
      • setTime

        public void setTime​(long time)
      • getTxHash

        public String getTxHash()
      • setTxHash

        public void setTxHash​(String txHash)
      • getBlockHeight

        public long getBlockHeight()
      • setBlockHeight

        public void setBlockHeight​(long blockHeight)
      • getDelHeight

        public long getDelHeight()
      • setDelHeight

        public void setDelHeight​(long delHeight)