@Entity public class PlatformEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PlatformEvent.Type |
Constructor and Description |
---|
PlatformEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getApplication() |
String |
getContext() |
Date |
getCreated() |
String |
getEvent() |
String |
getHostName() |
Integer |
getId() |
String |
getOrigin() |
String |
getRequestId() |
String |
getSessionId() |
PlatformEvent.Type |
getType() |
String |
getUser() |
void |
setApplication(String application) |
void |
setContext(String context) |
void |
setCreated(Date created) |
void |
setEvent(String event) |
void |
setHostName(String hostName) |
void |
setId(Integer id) |
void |
setOrigin(String origin) |
void |
setRequestId(String requestId) |
void |
setSessionId(String sessionId) |
void |
setType(PlatformEvent.Type type) |
void |
setUser(String user) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public Date getCreated()
public void setCreated(Date created)
public String getUser()
public void setUser(String user)
public String getEvent()
public void setEvent(String event)
public String getApplication()
public void setApplication(String application)
public String getContext()
public void setContext(String context)
public String getOrigin()
public void setOrigin(String origin)
public String getHostName()
public void setHostName(String hostName)
public PlatformEvent.Type getType()
public void setType(PlatformEvent.Type type)
public String getRequestId()
public void setRequestId(String requestId)
public String getSessionId()
public void setSessionId(String sessionId)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.