Package de.elo.ix.client.health
Class HealthCheckInfos
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.health.HealthCheckInfos
- All Implemented Interfaces:
Serializable
This class holds the values for health check evaluation.
- Since:
- 10.00.020.015
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Archive GUID.protected String
MD5 hash of license key.protected List<HealthCheckInfo>
Health check data.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfos()
void
selectCounterNames
(List<String> names) Selektiert aus der Infos-Liste die gewünschten Zähler EIX-2120void
setArchiveGuid
(String archiveGuid) void
setCustomerLicenseKeyHash
(String customerLicenseKeyHash) void
setInfos
(List<HealthCheckInfo> infos) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
infos
Health check data. If returned fromHealthCheckService.read(de.elo.ix.client.ClientInfo, List)
, this list is sorted byHealthCheckInfo.getName()
. -
archiveGuid
Archive GUID. -
customerLicenseKeyHash
MD5 hash of license key. The part of the license key used to compute this hash can be obtained byconn.getServerInfo().getLicense().getSerno();
-
-
Constructor Details
-
HealthCheckInfos
public HealthCheckInfos()
-
-
Method Details