public class FileApiResponse extends Object
FileApiResponse()
FileApiResponse(int code, String msg)
int
getCode()
File
getData()
String
getMsg()
boolean
isSuccess()
void
setCode(int code)
setData(File data)
setMsg(String msg)
setSuccess(boolean success)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FileApiResponse()
public FileApiResponse(int code, String msg)
public int getCode()
public void setCode(int code)
public String getMsg()
public void setMsg(String msg)
public boolean isSuccess()
public void setSuccess(boolean success)
public File getData()
public void setData(File data)
Copyright © 2024. All rights reserved.