java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.SensorRecord
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.EventOnlyRecord

public class EventOnlyRecord extends SensorRecord
This record provides a mechanism to associate FRU and Entity information with a physical or logical sensor that generates events, but cannot otherwise be accessed. This is typical of software-generated events, such as events generated by BIOS.
  • Constructor Details

    • EventOnlyRecord

      public EventOnlyRecord()
  • Method Details

    • getSensorOwnerId

      public byte getSensorOwnerId()
    • setSensorOwnerId

      public void setSensorOwnerId(byte sensorOwnerId)
    • getAddressType

      public AddressType getAddressType()
    • setAddressType

      public void setAddressType(AddressType addressType)
    • getChannelNumber

      public byte getChannelNumber()
    • setChannelNumber

      public void setChannelNumber(byte channelNumber)
    • getSensorOwnerLun

      public byte getSensorOwnerLun()
    • setSensorOwnerLun

      public void setSensorOwnerLun(byte sensorOwnerLun)
    • getSensorNumber

      public byte getSensorNumber()
    • setSensorNumber

      public void setSensorNumber(byte sensorNumber)
    • getEntityId

      public EntityId getEntityId()
    • setEntityId

      public void setEntityId(EntityId entityId)
    • isEntityPhysical

      public boolean isEntityPhysical()
    • setEntityPhysical

      public void setEntityPhysical(boolean entityPhysical)
    • getEntityInstanceNumber

      public byte getEntityInstanceNumber()
    • setEntityInstanceNumber

      public void setEntityInstanceNumber(byte entityInstanceNumber)
    • getSensorType

      public SensorType getSensorType()
    • setSensorType

      public void setSensorType(SensorType sensorType)
    • getEventReadingType

      public int getEventReadingType()
    • setEventReadingType

      public void setEventReadingType(int eventReadingType)
    • getSensorDirection

      public SensorDirection getSensorDirection()
    • setSensorDirection

      public void setSensorDirection(SensorDirection sensorDirection)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getIdInstanceModifierType

      public InstanceModifierType getIdInstanceModifierType()
    • setIdInstanceModifierType

      public void setIdInstanceModifierType(InstanceModifierType idInstanceModifierType)
    • getShareCount

      public int getShareCount()
    • setShareCount

      public void setShareCount(int shareCount)
    • isEntityInstanceIncrements

      public boolean isEntityInstanceIncrements()
    • setEntityInstanceIncrements

      public void setEntityInstanceIncrements(boolean entityInstanceIncrements)
    • getIdInstanceModifierOffset

      public int getIdInstanceModifierOffset()
    • setIdInstanceModifierOffset

      public void setIdInstanceModifierOffset(int idInstanceModifierOffset)