Module org.snmp4j
Package org.snmp4j.mp

Class StatusInformation

java.lang.Object
org.snmp4j.mp.StatusInformation
All Implemented Interfaces:
Serializable

public class StatusInformation extends Object implements Serializable
The StatusInformation class represents status information of a SNMPv3 message that is needed to return a report message.
Version:
1.0
Author:
Frank Fock
See Also:
  • Constructor Details

    • StatusInformation

      public StatusInformation()
    • StatusInformation

      public StatusInformation(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel)
  • Method Details

    • getErrorIndication

      public VariableBinding getErrorIndication()
    • setErrorIndication

      public void setErrorIndication(VariableBinding errorIndication)
    • setContextName

      public void setContextName(byte[] contextName)
    • getContextName

      public byte[] getContextName()
    • setContextEngineID

      public void setContextEngineID(byte[] contextEngineID)
    • getContextEngineID

      public byte[] getContextEngineID()
    • setSecurityLevel

      public void setSecurityLevel(Integer32 securityLevel)
    • getSecurityLevel

      public Integer32 getSecurityLevel()
    • toString

      public String toString()
      Overrides:
      toString in class Object