Package 

Class SweeperHistoryBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int id
      private long time
      private String extend
      private String bucket
      private String file
      private String fileName
    • Method Summary

      Modifier and Type Method Description
      int getId() Get ID.
      void setId(int id) Set ID.
      long getTime() Get timestamp.
      void setTime(long time) Set timestamp.
      String getExtend() Get the split read rule.
      void setExtend(String extend) Set the split read rule.
      String getBucket() Get bucket.
      void setBucket(String bucket) Set bucket.
      String getFile() Get the file path.
      void setFile(String file) Set the file path.
      String getFileName() Get the file name
      void setFileName(String fileName) Set the file name
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

         int getId()

        Get ID.

      • setId

         void setId(int id)

        Set ID.

        Parameters:
        id - Map data Id.
      • getTime

         long getTime()

        Get timestamp.

      • setTime

         void setTime(long time)

        Set timestamp.

        Parameters:
        time - The timestamp.
      • getExtend

         String getExtend()

        Get the split read rule.

      • setExtend

         void setExtend(String extend)

        Set the split read rule.

        Parameters:
        extend - The split read rule.
      • setBucket

         void setBucket(String bucket)

        Set bucket.

        Parameters:
        bucket - Bucket.
      • getFile

         String getFile()

        Get the file path.

      • setFile

         void setFile(String file)

        Set the file path.

        Parameters:
        file - File path.
      • setFileName

         void setFileName(String fileName)

        Set the file name

        Parameters:
        fileName - File name