public class PublicLink extends Object implements Serializable
| Constructor and Description |
|---|
PublicLink()
Instantiates a new public link.
|
PublicLink(String completeURL,
String shortURL)
Instantiates a new public link.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCompleteURL()
Gets the complete url.
|
String |
getShortURL()
Gets the short url.
|
void |
setCompleteURL(String completeURL)
Sets the complete url.
|
void |
setShortURL(String shortURL)
Sets the short url.
|
String |
toString() |
public String getCompleteURL()
public String getShortURL()
public void setCompleteURL(String completeURL)
completeURL - the completeURL to setpublic void setShortURL(String shortURL)
shortURL - the shortURL to setCopyright © 2021. All Rights Reserved.