Skip to content

Instantly share code, notes, and snippets.

@njofce
Created March 7, 2021 16:51
Show Gist options
  • Save njofce/a39e8e57b85f6e29c6b119f33553d961 to your computer and use it in GitHub Desktop.
Save njofce/a39e8e57b85f6e29c6b119f33553d961 to your computer and use it in GitHub Desktop.
public class FileMetadata {
public String id;
public String fileName;
public long length;
public byte[] contents;
public LocalDateTime lastModified;
public String metadata;
public FileMetadata() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment