public static class HttpParams.FileWrapper<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
MediaType |
contentType |
T |
file |
java.lang.String |
fileName |
long |
fileSize |
IProgressResponseCallBack |
responseCallBack |
| Constructor and Description |
|---|
FileWrapper(T file,
java.lang.String fileName,
MediaType contentType,
IProgressResponseCallBack responseCallBack) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public T file
public java.lang.String fileName
public MediaType contentType
public long fileSize
public IProgressResponseCallBack responseCallBack
public FileWrapper(T file, java.lang.String fileName, MediaType contentType, IProgressResponseCallBack responseCallBack)