@Validated public class LinkDesc extends Object
| Constructor and Description |
|---|
LinkDesc() |
| Modifier and Type | Method and Description |
|---|---|
LinkDesc |
desc(String desc) |
boolean |
equals(Object o) |
String |
getDesc()
A description of this link
|
String |
getLink()
The actual link suitable for a standard GET request
|
int |
hashCode() |
LinkDesc |
link(String link) |
void |
setDesc(String desc) |
void |
setLink(String link) |
String |
toString() |
Copyright © 2000–2021 LOCKSS Program. All rights reserved.