public class RuntimeOptionsRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EventProperty |
mappedEventProperty |
protected String |
requestId |
| Constructor and Description |
|---|
RuntimeOptionsRequest() |
RuntimeOptionsRequest(String requestId) |
RuntimeOptionsRequest(String requestId,
EventProperty mappedEventPropety) |
| Modifier and Type | Method and Description |
|---|---|
EventProperty |
getMappedEventProperty() |
String |
getRequestId() |
void |
setMappedEventProperty(EventProperty mappedEventPropety) |
void |
setRequestId(String requestId) |
protected String requestId
protected EventProperty mappedEventProperty
public RuntimeOptionsRequest()
public RuntimeOptionsRequest(String requestId)
public RuntimeOptionsRequest(String requestId, EventProperty mappedEventPropety)
public String getRequestId()
public void setRequestId(String requestId)
public EventProperty getMappedEventProperty()
public void setMappedEventProperty(EventProperty mappedEventPropety)
Copyright © 2019. All rights reserved.