@Generated(value="org.jsonschema2pojo") public class ResourcePathResponse extends AuthMessage implements UiSessionDestination
| Constructor and Description |
|---|
ResourcePathResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationSessionId()
The ID of a WebSocket Session that is the destination of this message.
|
String |
getMessage()
A message that further describes the results of the operation.
|
String |
getResourcePath()
The inventory path to the resource that was targeted by the request.
|
String |
getSenderRequestId()
An ID chosen originally by the sending UI client that should make it possible to associate this response with the triggering request.
|
ServerRefreshIndicator |
getServerRefreshIndicator()
If the server needs to be refreshed in order to fully apply recent changes, this tells you what needs to be done.
|
ResponseStatus |
getStatus()
A status of a response
|
void |
setDestinationSessionId(String destinationSessionId)
The ID of a WebSocket Session that is the destination of this message.
|
void |
setMessage(String message)
A message that further describes the results of the operation.
|
void |
setResourcePath(String resourcePath)
The inventory path to the resource that was targeted by the request.
|
void |
setSenderRequestId(String senderRequestId)
An ID chosen originally by the sending UI client that should make it possible to associate this response with the triggering request.
|
void |
setServerRefreshIndicator(ServerRefreshIndicator serverRefreshIndicator)
If the server needs to be refreshed in order to fully apply recent changes, this tells you what needs to be done.
|
void |
setStatus(ResponseStatus status)
A status of a response
|
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()
public void setResourcePath(String resourcePath)
resourcePath - The resourcePathpublic String getSenderRequestId()
getSenderRequestId in interface UiSessionDestinationpublic void setSenderRequestId(String senderRequestId)
setSenderRequestId in interface UiSessionDestinationsenderRequestId - The senderRequestIdpublic String getDestinationSessionId()
getDestinationSessionId in interface UiSessionDestinationpublic void setDestinationSessionId(String destinationSessionId)
setDestinationSessionId in interface UiSessionDestinationdestinationSessionId - The destinationSessionIdpublic ResponseStatus getStatus()
public void setStatus(ResponseStatus status)
status - The statuspublic String getMessage()
public void setMessage(String message)
message - The messagepublic ServerRefreshIndicator getServerRefreshIndicator()
public void setServerRefreshIndicator(ServerRefreshIndicator serverRefreshIndicator)
serverRefreshIndicator - The serverRefreshIndicatorCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.