public class WebhookAppParameterDTO extends Object implements Serializable
| Constructor and Description |
|---|
WebhookAppParameterDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Webhook app parameter name
|
String |
getValue()
Webhook app parameter value
|
int |
hashCode() |
void |
setName(String name) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2019 DocDoku. All rights reserved.