-
public class SweeperHistoryBeanHistorical map data.
-
-
Method Summary
Modifier and Type Method Description intgetId()Get ID. voidsetId(int id)Set ID. longgetTime()Get timestamp. voidsetTime(long time)Set timestamp. StringgetExtend()Get the split read rule. voidsetExtend(String extend)Set the split read rule. StringgetBucket()Get bucket. voidsetBucket(String bucket)Set bucket. StringgetFile()Get the file path. voidsetFile(String file)Set the file path. StringgetFileName()Get the file name voidsetFileName(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
-
-
-
-