public class DownloadEventArgs extends Object
Constructor and Description |
---|
DownloadEventArgs(String docId,
String name,
int roomId,
int progress,
boolean realFile) |
DownloadEventArgs(String docId,
String name,
int roomId,
int progress,
String path,
Exception e,
boolean realFile) |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentName()
getDocumentName
|
Exception |
getError()
getError
|
String |
getFullPath()
getFullPath
|
String |
getID()
getID
|
int |
getProgress()
getProgress
|
boolean |
getRealFile()
getRealFile
|
int |
getRoomId()
getRoomId
|
void |
setDocumentName(String documentName)
setDocumentName
|
void |
setError(Exception error)
setError
|
void |
setFullPath(String fullPath)
setFullPath
|
void |
setID(String ID)
setID
|
void |
setProgress(int progress)
setProgress
|
void |
setRealFile(boolean realFile)
setRealFile
|
void |
setRoomId(int roomId)
setRoomId
|
public DownloadEventArgs(String docId, String name, int roomId, int progress, boolean realFile)
public int getProgress()
public void setProgress(int progress)
progress
- public String getID()
public void setID(String ID)
ID
- public Exception getError()
public void setError(Exception error)
error
- public int getRoomId()
public void setRoomId(int roomId)
roomId
- public String getDocumentName()
public void setDocumentName(String documentName)
documentName
- public String getFullPath()
public void setFullPath(String fullPath)
fullPath
- public boolean getRealFile()
public void setRealFile(boolean realFile)
realFile
- Copyright © 2019. All rights reserved.