Class FTPFileInfoColumn
- java.lang.Object
-
- risesoft.data.transfer.core.column.Column
-
- risesoft.data.transfer.stream.ftp.model.FTPFileInfoColumn
-
public class FTPFileInfoColumn extends Column
ftp 文件信息用于文件传输这个是消费者和生产流定义下来的- Author:
- lb
- Date:
- 2024年3月5日
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class risesoft.data.transfer.core.column.Column
Column.Type
-
-
Constructor Summary
Constructors Constructor Description FTPFileInfoColumn(String filePath, Column.Type type, long byteSize, String name, FTPInfo ftpInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalasBigDecimal()BigIntegerasBigInteger()BooleanasBoolean()byte[]asBytes()DateasDate()DoubleasDouble()LongasLong()StringasString()StringgetFilePath()FTPInfogetFtpInfo()-
Methods inherited from class risesoft.data.transfer.core.column.Column
getByteSize, getName, getRawData, getType, setByteSize, setName, setRawData, setType, toString
-
-
-
-
Constructor Detail
-
FTPFileInfoColumn
public FTPFileInfoColumn(String filePath, Column.Type type, long byteSize, String name, FTPInfo ftpInfo)
-
-
Method Detail
-
asBigDecimal
public BigDecimal asBigDecimal()
- Specified by:
asBigDecimalin classColumn
-
asBigInteger
public BigInteger asBigInteger()
- Specified by:
asBigIntegerin classColumn
-
getFilePath
public String getFilePath()
-
getFtpInfo
public FTPInfo getFtpInfo()
-
-