public abstract class AbstractEvent extends Object implements Event
| Constructor and Description |
|---|
AbstractEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestQueryString() |
String |
getRequestUrl() |
void |
setRequestQueryString(String requestQuesryString) |
void |
setRequestUrl(String requestUrl) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetObjectKindpublic void setRequestUrl(String requestUrl)
setRequestUrl in interface Eventpublic String getRequestUrl()
getRequestUrl in interface Eventpublic void setRequestQueryString(String requestQuesryString)
setRequestQueryString in interface Eventpublic String getRequestQueryString()
getRequestQueryString in interface EventCopyright © 2019. All rights reserved.