public class FileUploadStatus extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
filePathName
上传文件的服务器路径.
|
| 构造器和说明 |
|---|
FileUploadStatus() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCurrentItem()
Gets the current item.
|
String |
getError()
Gets the error.
|
long |
getReadedBytes()
Gets the readed bytes.
|
String |
getStatusMsg()
Gets the status msg.
|
long |
getTotalBytes()
Gets the total bytes.
|
void |
setCurrentItem(int currentItem)
Sets the current item.
|
void |
setError(String error)
Sets the error.
|
void |
setReadedBytes(long readedBytes)
Sets the readed bytes.
|
void |
setStatusMsg(String statusMsg)
Sets the status msg.
|
void |
setTotalBytes(long totalBytes)
Sets the total bytes.
|
String |
toJSon()
To J son.
|
public String filePathName
public String getStatusMsg()
public void setStatusMsg(String statusMsg)
statusMsg - the new status msgpublic long getReadedBytes()
public void setReadedBytes(long readedBytes)
readedBytes - the new readed bytespublic long getTotalBytes()
public void setTotalBytes(long totalBytes)
totalBytes - the new total bytespublic int getCurrentItem()
public void setCurrentItem(int currentItem)
currentItem - the new current itempublic String getError()
public void setError(String error)
error - the new errorpublic String toJSon()
Copyright © 2017. All rights reserved.