Class SystemPropertiesJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SystemPropertiesJson
- All Implemented Interfaces:
Serializable
public class SystemPropertiesJson extends BaseJson
Various system properties
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemPropertiesJson()
-
Method Summary
Modifier and Type Method Description String
getBundleVersion()
Bundle versionboolean
getIsAppliance()
Deprecated.Boolean
getReadDataSourceDefined()
Integer
getServerRevision()
Server revisionString
getServerVersion()
Server versionString
getWdPersonalOrgSubdomainURI()
WatchDox personal organization subdomain URIboolean
isIsAppliance()
If the site is applianceBoolean
isReadDataSourceDefined()
Deprecated.void
setBundleVersion(String bundleVersion)
Bundle versionvoid
setIsAppliance(boolean isAppliance)
If the site is appliancevoid
setReadDataSourceDefined(Boolean readDataSourceDefined)
void
setServerRevision(Integer serverRevision)
Server revisionvoid
setServerVersion(String serverVersion)
Server versionvoid
setWdPersonalOrgSubdomainURI(String wdPersonalOrgSubdomainURI)
WatchDox personal organization subdomain URIMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
SystemPropertiesJson
public SystemPropertiesJson()
-
-
Method Details
-
getServerVersion
Server version- Returns:
- Server version
-
setServerVersion
Server version- Parameters:
serverVersion
- Server version
-
getWdPersonalOrgSubdomainURI
WatchDox personal organization subdomain URI- Returns:
- WatchDox personal organization subdomain URI
-
setWdPersonalOrgSubdomainURI
WatchDox personal organization subdomain URI- Parameters:
wdPersonalOrgSubdomainURI
- WatchDox personal organization subdomain URI
-
getServerRevision
Server revision- Returns:
- Server revision
-
setServerRevision
Server revision- Parameters:
serverRevision
- Server revision
-
getBundleVersion
Bundle version- Returns:
- Bundle version
-
setBundleVersion
Bundle version- Parameters:
bundleVersion
- Bundle version
-
isIsAppliance
public boolean isIsAppliance()If the site is appliance- Returns:
- If the site is appliance
-
getIsAppliance
Deprecated.If the site is appliance- Returns:
- If the site is appliance
-
setIsAppliance
public void setIsAppliance(boolean isAppliance)If the site is appliance- Parameters:
isAppliance
- If the site is appliance
-
getReadDataSourceDefined
-
isReadDataSourceDefined
Deprecated. -
setReadDataSourceDefined
-