public class

JebIoObjectFile

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.client.jebio.JebIoObjectFile

Class Overview

Details of a file and its user.

Summary

Nested Classes
class JebIoObjectFile.UserDetails Details of the user of a file and the determination made by the user. 
Public Constructors
JebIoObjectFile()
Public Methods
static JebIoObjectFile fromJson(Map o)
String getCreated()
long getFilesize()
int getFilestatus()
String getMd5hash()
String getSha1hash()
String getSha256hash()
JebIoObjectFile.UserDetails getUserdetails()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JebIoObjectFile ()

Public Methods

public static JebIoObjectFile fromJson (Map o)

Throws
Exception

public String getCreated ()

public long getFilesize ()

public int getFilestatus ()

public String getMd5hash ()

public String getSha1hash ()

public String getSha256hash ()

public JebIoObjectFile.UserDetails getUserdetails ()