public class MediaChange extends Object
Constructor and Description |
---|
MediaChange(String id,
Date lastModified,
String author,
Integer version,
Integer perms,
Integer size) |
Modifier and Type | Method and Description |
---|---|
String |
author()
Author of this modification of the media
|
String |
id()
Id of the media (namespace + name)
|
Date |
lastModified()
Date of this modification of the media
|
Integer |
perms()
Permissions of the file
|
Integer |
size()
Size of the file in bytes
|
String |
toString() |
Integer |
version()
Version of the revision as a timestamp.
|
public String id()
public Date lastModified()
public String author()
public Integer version()
lastModified()
public Integer perms()
public Integer size()
Copyright © 2018. All rights reserved.