Class UrlSchema

    • Constructor Detail

      • UrlSchema

        public UrlSchema()
    • Method Detail

      • getUrlParams

        public UrlParams getUrlParams()
        Gets the value of the urlParams property.
        Returns:
        possible object is UrlParams
      • setUrlParams

        public void setUrlParams​(UrlParams value)
        Sets the value of the urlParams property.
        Parameters:
        value - allowed object is UrlParams
      • getGetParams

        public GetParams getGetParams()
        Gets the value of the getParams property.
        Returns:
        possible object is GetParams
      • setGetParams

        public void setGetParams​(GetParams value)
        Sets the value of the getParams property.
        Parameters:
        value - allowed object is GetParams
      • getPostParams

        public PostParams getPostParams()
        Gets the value of the postParams property.
        Returns:
        possible object is PostParams
      • setPostParams

        public void setPostParams​(PostParams value)
        Sets the value of the postParams property.
        Parameters:
        value - allowed object is PostParams