Class ResolutionOption


  • public class ResolutionOption
    extends Object
    The type Resolution option.
    • Constructor Detail

      • ResolutionOption

        public ResolutionOption()
    • Method Detail

      • label

        public ResolutionOption label​(String label)
        Label resolution option.
        Parameters:
        label - the label
        Returns:
        the resolution option
      • getLabel

        public String getLabel()
        Gets label.
        Returns:
        the label
      • setLabel

        public void setLabel​(String label)
        Sets label.
        Parameters:
        label - the label
      • key

        public ResolutionOption key​(String key)
        Key resolution option.
        Parameters:
        key - the key
        Returns:
        the resolution option
      • getKey

        public String getKey()
        Gets key.
        Returns:
        the key
      • setKey

        public void setKey​(String key)
        Sets key.
        Parameters:
        key - the key
      • callBackUrl

        public ResolutionOption callBackUrl​(String callBackUrl)
        Call back url resolution option.
        Parameters:
        callBackUrl - the call back url
        Returns:
        the resolution option
      • getCallBackUrl

        public String getCallBackUrl()
        Gets call back url.
        Returns:
        the call back url
      • setCallBackUrl

        public void setCallBackUrl​(String callBackUrl)
        Sets call back url.
        Parameters:
        callBackUrl - the call back url
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object