| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_UPDATE_REASON |
static String |
KEY_UPDATED_APP_SERVICE_RECORD |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
AppServiceCapability() |
AppServiceCapability(AppServiceRecord updatedAppServiceRecord) |
AppServiceCapability(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
AppServiceRecord |
getUpdatedAppServiceRecord()
Only included in OnSystemCapabilityUpdated.
|
ServiceUpdateReason |
getUpdateReason()
Only included in OnSystemCapabilityUpdated.
|
boolean |
matchesAppService(AppServiceCapability capability)
Helper method to compare an AppServiceCapability to this instance.
|
AppServiceCapability |
setUpdatedAppServiceRecord(AppServiceRecord updatedAppServiceRecord)
Only included in OnSystemCapabilityUpdated.
|
AppServiceCapability |
setUpdateReason(ServiceUpdateReason updateReason)
Only included in OnSystemCapabilityUpdated.
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_UPDATE_REASON
public static final String KEY_UPDATED_APP_SERVICE_RECORD
public AppServiceCapability()
public AppServiceCapability(Hashtable<String,Object> hash)
hash - of parameterspublic AppServiceCapability(@NonNull
AppServiceRecord updatedAppServiceRecord)
updatedAppServiceRecord - -public AppServiceCapability setUpdateReason(ServiceUpdateReason updateReason)
updateReason - -public ServiceUpdateReason getUpdateReason()
public AppServiceCapability setUpdatedAppServiceRecord(AppServiceRecord updatedAppServiceRecord)
updatedAppServiceRecord - -public AppServiceRecord getUpdatedAppServiceRecord()
public boolean matchesAppService(AppServiceCapability capability)
capability - the AppServiceCapability to compare to this one