public abstract class WorkspaceResource extends Object implements Resource
Constructor and Description |
---|
WorkspaceResource(String path,
Date lastModifiedDate)
It is not intended or recommended that the consumer of the API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one.
|
Date |
getLastModifiedDate()
Return the date this workspace resource was last modified.
|
String |
getPath()
Return the path to this workspace resource.
|
int |
hashCode()
Return a hash code value for the object.
|
String |
toString()
Return a string representation of the object.
|
public WorkspaceResource(String path, Date lastModifiedDate)
path
- The path of this resource in the workspace.lastModifiedDate
- The date the resource was last modified.public String getPath()
public Date getLastModifiedDate()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA