public class RestMessage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
query
The query string
|
int |
timeOut
Call timeout in seconds
|
java.lang.String |
uri
The endpoint uri
|
Constructor and Description |
---|
RestMessage()
Create a new instance of RestMessage
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
queryString()
Convert the REST query description into a single string.
|