Class CustomParameter


  • public class CustomParameter
    extends Object
    Custom report parameters.
    • Constructor Detail

      • CustomParameter

        public CustomParameter​(String key,
                               String value)
        Constructor.
        Parameters:
        key - They parameter name to display.
        value - The parameter value to display.
    • Method Detail

      • getKey

        public String getKey()
        Return the parameter name.
        Returns:
        The name.
      • getValue

        public String getValue()
        Return the parameter value.
        Returns:
        The value.
      • isUrl

        public boolean isUrl()
        Check if the value is a URL.
        Returns:
        true if it is a URL.
      • isRelativeUrl

        public boolean isRelativeUrl()
        Check if the value is a relative URL.
        Returns:
        true if it is a relative URL.