public class WebhookUrlUpdate extends AbstractWebhookUrlUpdate
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
name, state, url| Constructor and Description |
|---|
WebhookUrlUpdate() |
| 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() |
WebhookUrlUpdate |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
WebhookUrlUpdate |
version(Long version) |
public WebhookUrlUpdate id(Long id)
public Long getId()
public void setId(Long id)
public WebhookUrlUpdate version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractWebhookUrlUpdatepublic int hashCode()
hashCode in class AbstractWebhookUrlUpdatepublic String toString()
toString in class AbstractWebhookUrlUpdateCopyright © 2021. All rights reserved.