Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.EntityId
Packages that use EntityId
Package
Description
Includes the IPMI data model for Field Replaceable Unit (FRU) and Sensor devices to be managed by the
IpmiResultConverter class.FRU records wrappers.
SDR records formats.
-
Uses of EntityId in org.sentrysoftware.ipmi.client.model
Methods in org.sentrysoftware.ipmi.client.model that return EntityIdModifier and TypeMethodDescriptionSensor.getEntityId()Get theEntityIdfrom the currentSensorRecord record;instanceMethods in org.sentrysoftware.ipmi.client.model with parameters of type EntityIdModifier and TypeMethodDescriptionstatic StringDeviceDescription.getDeviceType(EntityId entityId) -
Uses of EntityId in org.sentrysoftware.ipmi.core.coding.commands.fru.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.fru.record that return EntityIdMethods in org.sentrysoftware.ipmi.core.coding.commands.fru.record with parameters of type EntityId -
Uses of EntityId in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return EntityIdModifier and TypeMethodDescriptionCompactSensorRecord.getEntityId()EventOnlyRecord.getEntityId()FullSensorRecord.getEntityId()static EntityIdEntityId.parseInt(int value) static EntityIdReturns the enum constant of this type with the specified name.static EntityId[]EntityId.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record with parameters of type EntityIdModifier and TypeMethodDescriptionvoidCompactSensorRecord.setEntityId(EntityId entityId) voidEventOnlyRecord.setEntityId(EntityId entityId) voidFullSensorRecord.setEntityId(EntityId entityId)