| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SERVICE_ACTIVE |
static String |
KEY_SERVICE_ID |
static String |
KEY_SERVICE_MANIFEST |
static String |
KEY_SERVICE_PUBLISHED |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
AppServiceRecord() |
AppServiceRecord(Hashtable<String,Object> hash) |
AppServiceRecord(String serviceID,
AppServiceManifest serviceManifest,
Boolean servicePublished,
Boolean serviceActive) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getServiceActive()
If true, the service is the active primary service of the supplied service type.
|
String |
getServiceID()
ID of this service
|
AppServiceManifest |
getServiceManifest()
the App Service Manifest
|
Boolean |
getServicePublished()
If true, the service is published and available.
|
AppServiceRecord |
setServiceActive(Boolean serviceActive)
If true, the service is the active primary service of the supplied service type.
|
AppServiceRecord |
setServiceID(String serviceID)
ID of this service
|
AppServiceRecord |
setServiceManifest(AppServiceManifest serviceManifest)
the App Service Manifest
|
AppServiceRecord |
setServicePublished(Boolean servicePublished)
If true, the service is published and available.
|
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_SERVICE_ID
public static final String KEY_SERVICE_MANIFEST
public static final String KEY_SERVICE_PUBLISHED
public static final String KEY_SERVICE_ACTIVE
public AppServiceRecord()
public AppServiceRecord(@NonNull
String serviceID,
@NonNull
AppServiceManifest serviceManifest,
@NonNull
Boolean servicePublished,
@NonNull
Boolean serviceActive)
public AppServiceRecord setServiceID(@NonNull String serviceID)
serviceID - - the service IDpublic String getServiceID()
public AppServiceRecord setServiceManifest(@NonNull AppServiceManifest serviceManifest)
serviceManifest - - the App Service Manifestpublic AppServiceManifest getServiceManifest()
public AppServiceRecord setServicePublished(@NonNull Boolean servicePublished)
servicePublished - - booleanpublic Boolean getServicePublished()
public AppServiceRecord setServiceActive(@NonNull Boolean serviceActive)
serviceActive - - booleanpublic Boolean getServiceActive()