Package com.soffid.iam.sync.api
Class SyncServerInfo
java.lang.Object
com.soffid.iam.sync.api.SyncServerInfo
- All Implemented Interfaces:
Serializable
ValueObject SyncServerInfo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyncServerInfo(SyncServerInfo otherBean) SyncServerInfo(String url, String description) SyncServerInfo(String url, String description, String version, String status, Integer numberOfAgents, Integer connectedAgents, long numberOfPendingTasks, String sso, String jetty, String ssoDaemon, String taskGenerator, Calendar expirationRootCertificate, Calendar expirationMainCertificate, Calendar currentServerDate, String databaseConnections) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute connectedAgentsGets value for attribute currentServerDateGets value for attribute databaseConnectionsGets value for attribute descriptionGets value for attribute expirationMainCertificateGets value for attribute expirationRootCertificategetJetty()Gets value for attribute jettyGets value for attribute numberOfAgentslongGets value for attribute numberOfPendingTasksgetSso()Gets value for attribute ssoGets value for attribute ssoDaemonGets value for attribute statusGets value for attribute taskGeneratorgetUrl()Gets value for attribute urlGets value for attribute versionvoidsetConnectedAgents(Integer connectedAgents) Sets value for attribute connectedAgentsvoidsetCurrentServerDate(Calendar currentServerDate) Sets value for attribute currentServerDatevoidsetDatabaseConnections(String databaseConnections) Sets value for attribute databaseConnectionsvoidsetDescription(String description) Sets value for attribute descriptionvoidsetExpirationMainCertificate(Calendar expirationMainCertificate) Sets value for attribute expirationMainCertificatevoidsetExpirationRootCertificate(Calendar expirationRootCertificate) Sets value for attribute expirationRootCertificatevoidSets value for attribute jettyvoidsetNumberOfAgents(Integer numberOfAgents) Sets value for attribute numberOfAgentsvoidsetNumberOfPendingTasks(long numberOfPendingTasks) Sets value for attribute numberOfPendingTasksvoidSets value for attribute ssovoidsetSsoDaemon(String ssoDaemon) Sets value for attribute ssoDaemonvoidSets value for attribute statusvoidsetTaskGenerator(String taskGenerator) Sets value for attribute taskGeneratorvoidSets value for attribute urlvoidsetVersion(String version) Sets value for attribute versiontoString()Returns a string representation of the value object.
-
Constructor Details
-
SyncServerInfo
public SyncServerInfo() -
SyncServerInfo
public SyncServerInfo(String url, String description, String version, String status, Integer numberOfAgents, Integer connectedAgents, long numberOfPendingTasks, String sso, String jetty, String ssoDaemon, String taskGenerator, Calendar expirationRootCertificate, Calendar expirationMainCertificate, Calendar currentServerDate, String databaseConnections) -
SyncServerInfo
-
SyncServerInfo
-
-
Method Details
-
getUrl
Gets value for attribute url -
setUrl
Sets value for attribute url -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getVersion
Gets value for attribute version -
setVersion
Sets value for attribute version -
getStatus
Gets value for attribute status -
setStatus
Sets value for attribute status -
getNumberOfAgents
Gets value for attribute numberOfAgents -
setNumberOfAgents
Sets value for attribute numberOfAgents -
getConnectedAgents
Gets value for attribute connectedAgents -
setConnectedAgents
Sets value for attribute connectedAgents -
getNumberOfPendingTasks
public long getNumberOfPendingTasks()Gets value for attribute numberOfPendingTasks -
setNumberOfPendingTasks
public void setNumberOfPendingTasks(long numberOfPendingTasks) Sets value for attribute numberOfPendingTasks -
getSso
Gets value for attribute sso -
setSso
Sets value for attribute sso -
getJetty
Gets value for attribute jetty -
setJetty
Sets value for attribute jetty -
getSsoDaemon
Gets value for attribute ssoDaemon -
setSsoDaemon
Sets value for attribute ssoDaemon -
getTaskGenerator
Gets value for attribute taskGenerator -
setTaskGenerator
Sets value for attribute taskGenerator -
getExpirationRootCertificate
Gets value for attribute expirationRootCertificate -
setExpirationRootCertificate
Sets value for attribute expirationRootCertificate -
getExpirationMainCertificate
Gets value for attribute expirationMainCertificate -
setExpirationMainCertificate
Sets value for attribute expirationMainCertificate -
getCurrentServerDate
Gets value for attribute currentServerDate -
setCurrentServerDate
Sets value for attribute currentServerDate -
getDatabaseConnections
Gets value for attribute databaseConnections -
setDatabaseConnections
Sets value for attribute databaseConnections -
toString
Returns a string representation of the value object.
-