Uses of Class
dev.vality.bouncer.context.v1.UrlShortenerOperation
| Package | Description |
|---|---|
| dev.vality.bouncer.context.v1 |
-
Uses of UrlShortenerOperation in dev.vality.bouncer.context.v1
Fields in dev.vality.bouncer.context.v1 declared as UrlShortenerOperation Modifier and Type Field Description UrlShortenerOperationContextUrlShortener. opMethods in dev.vality.bouncer.context.v1 that return UrlShortenerOperation Modifier and Type Method Description UrlShortenerOperationUrlShortenerOperation. deepCopy()UrlShortenerOperationContextUrlShortener. getOp()UrlShortenerOperationUrlShortenerOperation. setId(String id)Например: - "ShortenUrl" - "GetShortenedUrl" - "DeleteShortenedUrl"UrlShortenerOperationUrlShortenerOperation. setShortenedUrl(ShortenedUrl shortened_url)Methods in dev.vality.bouncer.context.v1 with parameters of type UrlShortenerOperation Modifier and Type Method Description intUrlShortenerOperation. compareTo(UrlShortenerOperation other)booleanUrlShortenerOperation. equals(UrlShortenerOperation that)ContextUrlShortenerContextUrlShortener. setOp(UrlShortenerOperation op)Constructors in dev.vality.bouncer.context.v1 with parameters of type UrlShortenerOperation Constructor Description UrlShortenerOperation(UrlShortenerOperation other)Performs a deep copy on other.