public class Param extends Object
| Constructor and Description |
|---|
Param(String key)
Instantiates a new Param.
|
Param(String key,
String... valueArray)
Instantiates a new Param.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets key.
|
List<String> |
getValues()
Gets values.
|
String |
toString() |
Copyright © 2023. All rights reserved.