public class GetAppServiceData extends RPCRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SERVICE_TYPE |
static String |
KEY_SUBSCRIBE |
onResponseListenerfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
GetAppServiceData()
Constructs a new GetAppServiceData object
|
GetAppServiceData(Hashtable<String,Object> hash)
Constructs a new GetAppServiceData object indicated by the Hashtable parameter
|
GetAppServiceData(String appServiceType)
Constructs a new GetAppServiceData object with the mandatory appServiceType parameter
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceType() |
Boolean |
getSubscribe()
If true, the consumer is requesting to subscribe to all future updates from the service
publisher.
|
GetAppServiceData |
setServiceType(String appServiceType) |
GetAppServiceData |
setSubscribe(Boolean subscribe)
If true, the consumer is requesting to subscribe to all future updates from the service
publisher.
|
getCorrelationID, getOnRPCResponseListener, setCorrelationID, setOnRPCResponseListenergetBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_SERVICE_TYPE
public static final String KEY_SUBSCRIBE
public GetAppServiceData()
public GetAppServiceData(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic GetAppServiceData(@NonNull
String appServiceType)
appServiceType - - The appServiceTypepublic GetAppServiceData setServiceType(@NonNull String appServiceType)
appServiceType - - the appServiceTypepublic String getServiceType()
public GetAppServiceData setSubscribe(Boolean subscribe)
subscribe - -public Boolean getSubscribe()