public class WebhookListenerCreate extends AbstractWebhookListenerUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
entity |
protected Long |
identity |
protected Long |
url |
entityStates, name, notifyEveryChange, state| Constructor and Description |
|---|
WebhookListenerCreate() |
| Modifier and Type | Method and Description |
|---|---|
WebhookListenerCreate |
entity(Long entity) |
boolean |
equals(Object o) |
Long |
getEntity()
The listener listens on state changes of the entity linked with the listener.
|
Long |
getIdentity()
The identity which will be used to sign messages sent by this listener.
|
Long |
getUrl()
The URL which is invoked by the listener to notify the application about the event.
|
int |
hashCode() |
WebhookListenerCreate |
identity(Long identity) |
void |
setEntity(Long entity) |
void |
setIdentity(Long identity) |
void |
setUrl(Long url) |
String |
toString() |
WebhookListenerCreate |
url(Long url) |
addEntityStatesItem, entityStates, getEntityStates, getName, getState, isNotifyEveryChange, name, notifyEveryChange, setEntityStates, setName, setNotifyEveryChange, setState, statepublic WebhookListenerCreate entity(Long entity)
public Long getEntity()
public void setEntity(Long entity)
public WebhookListenerCreate identity(Long identity)
public Long getIdentity()
public void setIdentity(Long identity)
public WebhookListenerCreate url(Long url)
public Long getUrl()
public void setUrl(Long url)
public boolean equals(Object o)
equals in class AbstractWebhookListenerUpdatepublic int hashCode()
hashCode in class AbstractWebhookListenerUpdatepublic String toString()
toString in class AbstractWebhookListenerUpdateCopyright © 2022. All rights reserved.