public class ShortenedLink extends Object
| Constructor and Description |
|---|
ShortenedLink() |
ShortenedLink(URI original,
URI permanent,
URI shortened) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
URI |
getOriginal() |
URI |
getPermanent() |
URI |
getShortened() |
int |
hashCode() |
void |
setOriginal(URI original) |
void |
setPermanent(URI permanent) |
void |
setShortened(URI shortened) |
Copyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.