public class FileAssignmentLinksDownload
extends Object
Constructor and Description |
---|
FileAssignmentLinksDownload() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHref()
Link to download the file
|
int |
hashCode() |
FileAssignmentLinksDownload |
href(String href)
Returns a FileAssignmentLinksDownload instance initialized with href
|
void |
setHref(String href) |
String |
toString() |
public FileAssignmentLinksDownload href(String href)
href
- FileAssignmentLinkpublic String getHref()
public void setHref(String href)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object