@Generated(value="org.jsonschema2pojo") public class ResourcePathRequest extends AuthMessage implements ResourcePathDestination, UiSessionOrigin
| Constructor and Description |
|---|
ResourcePathRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResourcePath()
The inventory path to the resource that is targeted by this request.
|
String |
getSenderRequestId()
An ID chosen by the sending UI client that should make it possible to associate future responses with this request.
|
String |
getSenderSessionId()
UI clients do not need to set this, the server will overwrite this field based on the ID of the present WebSocket session ID.
|
void |
setResourcePath(String resourcePath)
The inventory path to the resource that is targeted by this request.
|
void |
setSenderRequestId(String senderRequestId)
An ID chosen by the sending UI client that should make it possible to associate future responses with this request.
|
void |
setSenderSessionId(String senderSessionId)
UI clients do not need to set this, the server will overwrite this field based on the ID of the present WebSocket session ID.
|
getAuthentication, setAuthenticationbuildObjectMapperForDeserialization, buildObjectMapperForSerialization, fromJSON, fromJSON, getCorrelationId, getHeaders, getMessageId, setCorrelationId, setHeaders, setMessageId, toJSON, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCorrelationId, getHeaders, getMessageId, setCorrelationId, setHeaders, setMessageId, toJSONpublic String getResourcePath()
getResourcePath in interface ResourcePathDestinationpublic void setResourcePath(String resourcePath)
resourcePath - The resourcePathpublic String getSenderRequestId()
getSenderRequestId in interface UiSessionOriginpublic void setSenderRequestId(String senderRequestId)
senderRequestId - The senderRequestIdpublic String getSenderSessionId()
getSenderSessionId in interface UiSessionOriginpublic void setSenderSessionId(String senderSessionId)
setSenderSessionId in interface UiSessionOriginsenderSessionId - The senderSessionIdCopyright © 2014–2017 Red Hat, Inc.. All rights reserved.