Class GeneratedDeeplinkUrlRule

    • Field Detail

      • BASEURLPATTERN

        public static final java.lang.String BASEURLPATTERN
        Qualifier of the DeeplinkUrlRule.baseUrlPattern attribute
        See Also:
        Constant Field Values
      • DESTURLTEMPLATE

        public static final java.lang.String DESTURLTEMPLATE
        Qualifier of the DeeplinkUrlRule.destUrlTemplate attribute
        See Also:
        Constant Field Values
      • APPLICABLETYPE

        public static final java.lang.String APPLICABLETYPE
        Qualifier of the DeeplinkUrlRule.applicableType attribute
        See Also:
        Constant Field Values
      • USEFORWARD

        public static final java.lang.String USEFORWARD
        Qualifier of the DeeplinkUrlRule.useForward attribute
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Qualifier of the DeeplinkUrlRule.priority attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedDeeplinkUrlRule

        public GeneratedDeeplinkUrlRule()
    • Method Detail

      • getApplicableType

        public ComposedType getApplicableType​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrlRule.applicableType attribute.
        Returns:
        the applicableType
      • getApplicableType

        public ComposedType getApplicableType()
        Generated method - Getter of the DeeplinkUrlRule.applicableType attribute.
        Returns:
        the applicableType
      • setApplicableType

        public void setApplicableType​(SessionContext ctx,
                                      ComposedType value)
        Generated method - Setter of the DeeplinkUrlRule.applicableType attribute.
        Parameters:
        value - the applicableType
      • setApplicableType

        public void setApplicableType​(ComposedType value)
        Generated method - Setter of the DeeplinkUrlRule.applicableType attribute.
        Parameters:
        value - the applicableType
      • getBaseUrlPattern

        public java.lang.String getBaseUrlPattern​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrlRule.baseUrlPattern attribute.
        Returns:
        the baseUrlPattern
      • getBaseUrlPattern

        public java.lang.String getBaseUrlPattern()
        Generated method - Getter of the DeeplinkUrlRule.baseUrlPattern attribute.
        Returns:
        the baseUrlPattern
      • setBaseUrlPattern

        public void setBaseUrlPattern​(SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the DeeplinkUrlRule.baseUrlPattern attribute.
        Parameters:
        value - the baseUrlPattern
      • setBaseUrlPattern

        public void setBaseUrlPattern​(java.lang.String value)
        Generated method - Setter of the DeeplinkUrlRule.baseUrlPattern attribute.
        Parameters:
        value - the baseUrlPattern
      • getDestUrlTemplate

        public java.lang.String getDestUrlTemplate​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrlRule.destUrlTemplate attribute.
        Returns:
        the destUrlTemplate
      • getDestUrlTemplate

        public java.lang.String getDestUrlTemplate()
        Generated method - Getter of the DeeplinkUrlRule.destUrlTemplate attribute.
        Returns:
        the destUrlTemplate
      • setDestUrlTemplate

        public void setDestUrlTemplate​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the DeeplinkUrlRule.destUrlTemplate attribute.
        Parameters:
        value - the destUrlTemplate
      • setDestUrlTemplate

        public void setDestUrlTemplate​(java.lang.String value)
        Generated method - Setter of the DeeplinkUrlRule.destUrlTemplate attribute.
        Parameters:
        value - the destUrlTemplate
      • getPriority

        public java.lang.Integer getPriority​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrlRule.priority attribute.
        Returns:
        the priority
      • getPriority

        public java.lang.Integer getPriority()
        Generated method - Getter of the DeeplinkUrlRule.priority attribute.
        Returns:
        the priority
      • getPriorityAsPrimitive

        public int getPriorityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrlRule.priority attribute.
        Returns:
        the priority
      • getPriorityAsPrimitive

        public int getPriorityAsPrimitive()
        Generated method - Getter of the DeeplinkUrlRule.priority attribute.
        Returns:
        the priority
      • setPriority

        public void setPriority​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the DeeplinkUrlRule.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(java.lang.Integer value)
        Generated method - Setter of the DeeplinkUrlRule.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(SessionContext ctx,
                                int value)
        Generated method - Setter of the DeeplinkUrlRule.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(int value)
        Generated method - Setter of the DeeplinkUrlRule.priority attribute.
        Parameters:
        value - the priority
      • isUseForward

        public java.lang.Boolean isUseForward​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrlRule.useForward attribute.
        Returns:
        the useForward
      • isUseForward

        public java.lang.Boolean isUseForward()
        Generated method - Getter of the DeeplinkUrlRule.useForward attribute.
        Returns:
        the useForward
      • isUseForwardAsPrimitive

        public boolean isUseForwardAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the DeeplinkUrlRule.useForward attribute.
        Returns:
        the useForward
      • isUseForwardAsPrimitive

        public boolean isUseForwardAsPrimitive()
        Generated method - Getter of the DeeplinkUrlRule.useForward attribute.
        Returns:
        the useForward
      • setUseForward

        public void setUseForward​(SessionContext ctx,
                                  java.lang.Boolean value)
        Generated method - Setter of the DeeplinkUrlRule.useForward attribute.
        Parameters:
        value - the useForward
      • setUseForward

        public void setUseForward​(java.lang.Boolean value)
        Generated method - Setter of the DeeplinkUrlRule.useForward attribute.
        Parameters:
        value - the useForward
      • setUseForward

        public void setUseForward​(SessionContext ctx,
                                  boolean value)
        Generated method - Setter of the DeeplinkUrlRule.useForward attribute.
        Parameters:
        value - the useForward
      • setUseForward

        public void setUseForward​(boolean value)
        Generated method - Setter of the DeeplinkUrlRule.useForward attribute.
        Parameters:
        value - the useForward