Class DeeplinkUrlService.LongUrlInfo

  • Enclosing interface:
    DeeplinkUrlService

    public static class DeeplinkUrlService.LongUrlInfo
    extends java.lang.Object
    The Class LongUrlInfo container for generated URL and forward or redirect info
    • Constructor Summary

      Constructors 
      Constructor Description
      LongUrlInfo​(java.lang.String url, boolean useForward)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUrl()  
      boolean isUseForward()  
      void setUrl​(java.lang.String url)  
      void setUseForward​(boolean useForward)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongUrlInfo

        public LongUrlInfo​(java.lang.String url,
                           boolean useForward)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Returns:
        the url
      • setUrl

        public void setUrl​(java.lang.String url)
        Parameters:
        url - the url to set
      • isUseForward

        public boolean isUseForward()
        Returns:
        the useForward
      • setUseForward

        public void setUseForward​(boolean useForward)
        Parameters:
        useForward - the useForward to set