public class UnpublishAppService extends RPCRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SERVICE_ID |
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 |
|---|
UnpublishAppService()
Constructs a new UnpublishAppService object
|
UnpublishAppService(Hashtable<String,Object> hash)
Constructs a new UnpublishAppService object indicated by the Hashtable parameter
|
UnpublishAppService(String serviceID)
Constructs a new UnpublishAppService object with the required serviceID
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceID()
The ID of the service to be unpublished.
|
UnpublishAppService |
setServiceID(String serviceID)
The ID of the service to be unpublished.
|
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_ID
public UnpublishAppService()
public UnpublishAppService(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic UnpublishAppService(@NonNull
String serviceID)
serviceID - - set the service ID for the service to be unpublishedpublic UnpublishAppService setServiceID(String serviceID)
serviceID - - set the service ID for the service to be unpublishedpublic String getServiceID()