public class FUMResult extends Object
Constructor and Description |
---|
FUMResult() |
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Optional new filename
|
String |
getMimetype()
Optional new mimetype
|
String |
getMsg()
FUM Message
|
FUMResponseStatus |
getStatus()
FUM status
|
String |
getUrl()
Optional URL to download file contents (if FUM modified the file)
|
FUMResult |
setFilename(String filename) |
FUMResult |
setMimetype(String mimetype) |
FUMResult |
setMsg(String msg) |
FUMResult |
setStatus(FUMResponseStatus status) |
FUMResult |
setUrl(String url) |
public FUMResponseStatus getStatus()
public FUMResult setStatus(FUMResponseStatus status)
public String getMsg()
public String getFilename()
public String getMimetype()
public String getUrl()
Copyright © 2024 Gentics Software. All rights reserved.