Class BinlogItem

    • Constructor Detail

      • BinlogItem

        public BinlogItem()
      • BinlogItem

        public BinlogItem​(BinlogItem 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

      • getFileName

        public String getFileName()
        Get Binlog文件名称
        Returns:
        FileName Binlog文件名称
      • setFileName

        public void setFileName​(String FileName)
        Set Binlog文件名称
        Parameters:
        FileName - Binlog文件名称
      • getFileSize

        public Long getFileSize()
        Get 文件大小,单位:字节
        Returns:
        FileSize 文件大小,单位:字节
      • setFileSize

        public void setFileSize​(Long FileSize)
        Set 文件大小,单位:字节
        Parameters:
        FileSize - 文件大小,单位:字节
      • getStartTime

        public String getStartTime()
        Get 事务最早时间
        Returns:
        StartTime 事务最早时间
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 事务最早时间
        Parameters:
        StartTime - 事务最早时间
      • getFinishTime

        public String getFinishTime()
        Get 事务最晚时间
        Returns:
        FinishTime 事务最晚时间
      • setFinishTime

        public void setFinishTime​(String FinishTime)
        Set 事务最晚时间
        Parameters:
        FinishTime - 事务最晚时间
      • getBinlogId

        public Long getBinlogId()
        Get Binlog文件ID
        Returns:
        BinlogId Binlog文件ID
      • setBinlogId

        public void setBinlogId​(Long BinlogId)
        Set Binlog文件ID
        Parameters:
        BinlogId - Binlog文件ID