public class FileChunkQP extends Object
| 构造器和说明 |
|---|
FileChunkQP() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getChunkNumber()
Getter method for property chunkNumber.
|
Float |
getChunkSize()
Getter method for property chunkSize.
|
Float |
getCurrentChunkSize()
Getter method for property currentChunkSize.
|
org.springframework.web.multipart.MultipartFile |
getFile()
Getter method for property file.
|
String |
getFilename()
Getter method for property filename.
|
String |
getFileType()
Getter method for property fileType.
|
Long |
getId()
Getter method for property id.
|
String |
getIdentifier()
Getter method for property identifier.
|
String |
getRelativePath()
Getter method for property relativePath.
|
Integer |
getTotalChunks()
Getter method for property totalChunks.
|
Float |
getTotalSize()
Getter method for property totalSize.
|
boolean |
isNew() |
void |
setChunkNumber(Integer chunkNumber)
Setter method for property chunkNumber.
|
void |
setChunkSize(Float chunkSize)
Setter method for property chunkSize.
|
void |
setCurrentChunkSize(Float currentChunkSize)
Setter method for property currentChunkSize.
|
void |
setFile(org.springframework.web.multipart.MultipartFile file)
Setter method for property file.
|
void |
setFilename(String filename)
Setter method for property filename.
|
void |
setFileType(String fileType)
Setter method for property fileType.
|
void |
setId(Long id)
Setter method for property id.
|
void |
setIdentifier(String identifier)
Setter method for property identifier.
|
void |
setRelativePath(String relativePath)
Setter method for property relativePath.
|
void |
setTotalChunks(Integer totalChunks)
Setter method for property totalChunks.
|
void |
setTotalSize(Float totalSize)
Setter method for property totalSize.
|
String |
toString() |
public Long getId()
public void setId(Long id)
id - value to be assigned to property idpublic Integer getChunkNumber()
public void setChunkNumber(Integer chunkNumber)
chunkNumber - value to be assigned to property chunkNumberpublic Float getChunkSize()
public void setChunkSize(Float chunkSize)
chunkSize - value to be assigned to property chunkSizepublic Float getCurrentChunkSize()
public void setCurrentChunkSize(Float currentChunkSize)
currentChunkSize - value to be assigned to property currentChunkSizepublic Integer getTotalChunks()
public void setTotalChunks(Integer totalChunks)
totalChunks - value to be assigned to property totalChunkspublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - value to be assigned to property identifierpublic String getFilename()
public void setFilename(String filename)
filename - value to be assigned to property filenamepublic String getFileType()
public void setFileType(String fileType)
fileType - value to be assigned to property fileTypepublic String getRelativePath()
public void setRelativePath(String relativePath)
relativePath - value to be assigned to property relativePathpublic Float getTotalSize()
public void setTotalSize(Float totalSize)
totalSize - value to be assigned to property totalSizepublic org.springframework.web.multipart.MultipartFile getFile()
public void setFile(org.springframework.web.multipart.MultipartFile file)
file - value to be assigned to property filepublic boolean isNew()
Copyright © 癸卯【兔】年–2023 hlinfo. All rights reserved.