-
public class SweeperHistoryBean
Historical map data.
-
-
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 -
-
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.
-
getBucket
String getBucket()
Get bucket.
-
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.
-
getFileName
String getFileName()
Get the file name
-
setFileName
void setFileName(String fileName)
Set the file name
- Parameters:
fileName
- File name
-
-
-
-