Class KeyValuePair
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.webhook.KeyValuePair
-
- All Implemented Interfaces:
Serializable
public class KeyValuePair extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyValuePair()
KeyValuePair(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)
-