public class ContentDetail extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
ContentCategory |
getContentCategory()
The content category.
|
String |
getContentName()
The content name.
|
ContentType |
getContentType()
The content type.
|
long |
getRequestId()
The request id.
|
long |
getSize()
The size of the content.
|
boolean |
isImported()
Indicates if the content was imported from a file.
|
String |
toString() |
public long getRequestId()
public String getContentName()
public ContentType getContentType()
public ContentCategory getContentCategory()
public boolean isImported()
public long getSize()