Package com.tccc.kos.commons.util.net
Class UriParam
java.lang.Object
com.tccc.kos.commons.util.net.UriParam
Data class that serves as a parameter for some UriBuilder methods.
It includes two fields: the parameter's
name
and its corresponding value
.
Example
UriParam uriParam = new UriParam("paramName", "paramValue");
- Since:
- 1.0
- Version:
- 2022-10-05
- See Also:
-
Constructor Summary
Constructors -
Method Summary