public class WebhookListenerEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Map<String,String> |
name |
protected String |
technicalName |
| Constructor and Description |
|---|
WebhookListenerEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
A unique identifier for the object.
|
Map<String,String> |
getName()
The name used to identify the webhook listener entity.
|
String |
getTechnicalName()
The name used to programmatically identify the webhook listener entity.
|
int |
hashCode() |
String |
toString() |
public Long getId()
public Map<String,String> getName()
public String getTechnicalName()
Copyright © 2024. All rights reserved.