public class StatusInformation extends Object implements Serializable
StatusInformation
class represents status information
of a SNMPv3 message that is needed to return a report message.Constructor and Description |
---|
StatusInformation() |
StatusInformation(VariableBinding errorIndication,
byte[] contextName,
byte[] contextEngineID,
Integer32 securityLevel) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContextEngineID() |
byte[] |
getContextName() |
VariableBinding |
getErrorIndication() |
Integer32 |
getSecurityLevel() |
void |
setContextEngineID(byte[] contextEngineID) |
void |
setContextName(byte[] contextName) |
void |
setErrorIndication(VariableBinding errorIndication) |
void |
setSecurityLevel(Integer32 securityLevel) |
String |
toString() |
public StatusInformation()
public StatusInformation(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel)
public VariableBinding getErrorIndication()
public void setErrorIndication(VariableBinding errorIndication)
public void setContextName(byte[] contextName)
public byte[] getContextName()
public void setContextEngineID(byte[] contextEngineID)
public byte[] getContextEngineID()
public void setSecurityLevel(Integer32 securityLevel)
public Integer32 getSecurityLevel()
Copyright © 2022 SNMP4J.org. All rights reserved.