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
All Methods Instance Methods Concrete Methods Deprecated Methods 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 URI-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getServerVersion
public String getServerVersion()
Server version- Returns:
- Server version
-
setServerVersion
public void setServerVersion(String serverVersion)
Server version- Parameters:
serverVersion
- Server version
-
getWdPersonalOrgSubdomainURI
public String getWdPersonalOrgSubdomainURI()
WatchDox personal organization subdomain URI- Returns:
- WatchDox personal organization subdomain URI
-
setWdPersonalOrgSubdomainURI
public void setWdPersonalOrgSubdomainURI(String wdPersonalOrgSubdomainURI)
WatchDox personal organization subdomain URI- Parameters:
wdPersonalOrgSubdomainURI
- WatchDox personal organization subdomain URI
-
getServerRevision
public Integer getServerRevision()
Server revision- Returns:
- Server revision
-
setServerRevision
public void setServerRevision(Integer serverRevision)
Server revision- Parameters:
serverRevision
- Server revision
-
getBundleVersion
public String getBundleVersion()
Bundle version- Returns:
- Bundle version
-
setBundleVersion
public void setBundleVersion(String bundleVersion)
Bundle version- Parameters:
bundleVersion
- Bundle version
-
isIsAppliance
public boolean isIsAppliance()
If the site is appliance- Returns:
- If the site is appliance
-
getIsAppliance
@Deprecated public boolean 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
public Boolean getReadDataSourceDefined()
-
isReadDataSourceDefined
@Deprecated public Boolean isReadDataSourceDefined()
Deprecated.
-
setReadDataSourceDefined
public void setReadDataSourceDefined(Boolean readDataSourceDefined)
-
-