Package com.luciad.net
Class UriQueryParameter
java.lang.Object
com.luciad.net.UriQueryParameter
- All Implemented Interfaces:
AutoCloseable
A class representing an URI query parameter.
UriQueryParameter
instances are immutable.
- Since:
- 2023.0
-
Constructor Summary
ConstructorDescriptionUriQueryParameter
(String key, String value) Creates an URI query parameter with the given key and value. -
Method Summary
-
Constructor Details
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getKey
Returns the key of this URI query parameter.- Returns:
- the key of this URI query parameter.
-
getValue
Returns the value of this URI query parameter.- Returns:
- the value of this URI query parameter.
-
toString
-
hashCode
public int hashCode() -
equals
-