public class WorkspaceFileInfo extends Object implements Serializable
Constructor and Description |
---|
WorkspaceFileInfo(String path,
Date lastModifiedDate,
long size)
Initializing constructor that sets the values of all variables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getLastModifiedDate()
Gets the date on which the workspace file was last modified.
|
String |
getPath()
Gets the full path of the workspace file.
|
long |
getSize()
Gets the size of the workspace file (in bytes).
|
int |
hashCode() |
String |
toString() |
public WorkspaceFileInfo(String path, Date lastModifiedDate, long size)
It is not intended or recommended that the consumer of the API construct these objects.
path
- the full path of the workspace file.lastModifiedDate
- the date on which the workspace file was last modified.size
- the size of the workspace file.public String getPath()
public Date getLastModifiedDate()
public long getSize()
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>