public class WebhookListenerUpdate extends AbstractWebhookListenerUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
entityStates, name, notifyEveryChange, state| Constructor and Description |
|---|
WebhookListenerUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
WebhookListenerUpdate |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
WebhookListenerUpdate |
version(Long version) |
addEntityStatesItem, entityStates, getEntityStates, getName, getState, isNotifyEveryChange, name, notifyEveryChange, setEntityStates, setName, setNotifyEveryChange, setState, statepublic WebhookListenerUpdate id(Long id)
public Long getId()
public void setId(Long id)
public WebhookListenerUpdate version(Long version)
public Long getVersion()
public void setVersion(Long version)
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.