public class InterconnectFibDataInfo extends Object implements Serializable
Constructor and Description |
---|
InterconnectFibDataInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getCreated() |
String |
geteTag() |
long |
getFileSize() |
String |
getModified() |
TaskState |
getState() |
String |
getStatus() |
String |
getType() |
String |
getUri() |
void |
setCategory(String category) |
void |
setCreated(String created) |
void |
seteTag(String eTag) |
void |
setFileSize(long fileSize) |
void |
setModified(String modified) |
void |
setState(TaskState state) |
void |
setStatus(String status) |
void |
setType(String type) |
void |
setUri(String uri) |
public long getFileSize()
public void setFileSize(long fileSize)
fileSize
- the fileSize to setpublic TaskState getState()
public void setState(TaskState state)
state
- the state to setpublic String getUri()
public void setUri(String uri)
uri
- the uri to setpublic String getCategory()
public void setCategory(String category)
category
- the category to setpublic String getType()
public void setType(String type)
type
- the type to setpublic String geteTag()
public void seteTag(String eTag)
eTag
- the eTag to setpublic String getCreated()
public void setCreated(String created)
created
- the created to setpublic String getModified()
public void setModified(String modified)
modified
- the modified to setpublic String getStatus()
public void setStatus(String status)
status
- the status to setCopyright © 2016. All rights reserved.