Class FUMResult
- java.lang.Object
-
- com.gentics.contentnode.rest.model.fum.FUMResult
-
public class FUMResult extends Object
FUM Result Model
-
-
Constructor Summary
Constructors Constructor Description FUMResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
Optional new filenameString
getMimetype()
Optional new mimetypeString
getMsg()
FUM MessageFUMResponseStatus
getStatus()
FUM statusString
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)
-
-
-
Method Detail
-
getStatus
public FUMResponseStatus getStatus()
FUM status- Returns:
-
setStatus
public FUMResult setStatus(FUMResponseStatus status)
-
getMsg
public String getMsg()
FUM Message- Returns:
-
getFilename
public String getFilename()
Optional new filename- Returns:
-
getMimetype
public String getMimetype()
Optional new mimetype- Returns:
-
getUrl
public String getUrl()
Optional URL to download file contents (if FUM modified the file)- Returns:
-
-