Uses of Class
dev.vality.bouncer.context.v1.ShortenedUrl
| Package | Description |
|---|---|
| dev.vality.bouncer.context.v1 |
-
Uses of ShortenedUrl in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 declared as ShortenedUrl Modifier and Type Field Description ShortenedUrlUrlShortenerOperation. shortened_urlMethods in dev.vality.bouncer.context.v1 that return ShortenedUrl Modifier and Type Method Description ShortenedUrlShortenedUrl. deepCopy()ShortenedUrlUrlShortenerOperation. getShortenedUrl()ShortenedUrlShortenedUrl. setId(String id)ShortenedUrlShortenedUrl. setOwner(Entity owner)Methods in dev.vality.bouncer.context.v1 with parameters of type ShortenedUrl Modifier and Type Method Description intShortenedUrl. compareTo(ShortenedUrl other)booleanShortenedUrl. equals(ShortenedUrl that)UrlShortenerOperationUrlShortenerOperation. setShortenedUrl(ShortenedUrl shortened_url)Constructors in dev.vality.bouncer.context.v1 with parameters of type ShortenedUrl Constructor Description ShortenedUrl(ShortenedUrl other)Performs a deep copy on other.