public class GetSystemCapability extends RPCRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SUBSCRIBE |
static String |
KEY_SYSTEM_CAPABILITY_TYPE |
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 |
|---|
GetSystemCapability()
Constructs a new GetSystemCapability object
|
GetSystemCapability(Hashtable<String,Object> hash)
Constructs a new GetSystemCapability object indicated by the Hashtable parameter
|
GetSystemCapability(SystemCapabilityType systemCapabilityType)
Constructs a new GetSystemCapability object
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getSubscribe()
Flag to subscribe to updates of the supplied service capability type.
|
SystemCapabilityType |
getSystemCapabilityType()
Used to get the SystemCapabilityType being requested
|
GetSystemCapability |
setSubscribe(Boolean subscribe)
Flag to subscribe to updates of the supplied service capability type.
|
GetSystemCapability |
setSystemCapabilityType(SystemCapabilityType value)
Used to set the SystemCapabilityType being requested
|
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_SYSTEM_CAPABILITY_TYPE
public static final String KEY_SUBSCRIBE
public GetSystemCapability()
public GetSystemCapability(Hashtable<String,Object> hash)
Constructs a new GetSystemCapability object indicated by the Hashtable parameter
hash - The Hashtable to usepublic GetSystemCapability(@NonNull
SystemCapabilityType systemCapabilityType)
systemCapabilityType - SystemCapabilityType being requestedpublic SystemCapabilityType getSystemCapabilityType()
public GetSystemCapability setSystemCapabilityType(@NonNull SystemCapabilityType value)
value - SystemCapabilityType being requestedpublic Boolean getSubscribe()
public GetSystemCapability setSubscribe(Boolean subscribe)
subscribe - to changes in the SystemCapabilityType