public class SystemPropertiesJson extends BaseJson
Constructor and Description |
---|
SystemPropertiesJson() |
Modifier and Type | Method and Description |
---|---|
boolean |
getIsAppliance()
Deprecated.
|
Boolean |
getReadDataSourceDefined() |
Integer |
getServerRevision()
Server revision
|
String |
getServerVersion()
Server version
|
String |
getWdPersonalOrgSubdomainURI()
WatchDox personal organization subdomain URI
|
boolean |
isIsAppliance()
If the site is appliance
|
Boolean |
isReadDataSourceDefined()
Deprecated.
|
void |
setIsAppliance(boolean isAppliance)
If the site is appliance
|
void |
setReadDataSourceDefined(Boolean readDataSourceDefined) |
void |
setServerRevision(Integer serverRevision)
Server revision
|
void |
setServerVersion(String serverVersion)
Server version
|
void |
setWdPersonalOrgSubdomainURI(String wdPersonalOrgSubdomainURI)
WatchDox personal organization subdomain URI
|
getObjType, setObjType, toString
public String getServerVersion()
public void setServerVersion(String serverVersion)
serverVersion
- Server versionpublic String getWdPersonalOrgSubdomainURI()
public void setWdPersonalOrgSubdomainURI(String wdPersonalOrgSubdomainURI)
wdPersonalOrgSubdomainURI
- WatchDox personal organization
subdomain URIpublic Integer getServerRevision()
public void setServerRevision(Integer serverRevision)
serverRevision
- Server revisionpublic boolean isIsAppliance()
@Deprecated public boolean getIsAppliance()
public void setIsAppliance(boolean isAppliance)
isAppliance
- If the site is appliancepublic Boolean getReadDataSourceDefined()
@Deprecated public Boolean isReadDataSourceDefined()
public void setReadDataSourceDefined(Boolean readDataSourceDefined)
Copyright © 2019. All rights reserved.