public class ExperimentalRawFileInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
contenttype
Content type.
|
String |
description
Description of the content.
|
String |
name
Name of the raw file content.
|
long |
size
Content size in bytes.
|
long |
time
Associated elapsed time in milliseconds.
|
String |
url
URL of the raw file content.
|
Constructor and Description |
---|
ExperimentalRawFileInfo() |
public long size
public long time
public String description
public String contenttype
public String url
public String name