java.lang.Object
org.snmp4j.mp.StatusInformation
- All Implemented Interfaces:
Serializable
The
StatusInformation class represents status information
of a SNMPv3 message that is needed to return a report message.- Version:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]private byte[]private VariableBindingprivate Integer32private static final long -
Constructor Summary
ConstructorsConstructorDescriptionStatusInformation(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]voidsetContextEngineID(byte[] contextEngineID) voidsetContextName(byte[] contextName) voidsetErrorIndication(VariableBinding errorIndication) voidsetSecurityLevel(Integer32 securityLevel) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
errorIndication
-
contextName
private byte[] contextName -
contextEngineID
private byte[] contextEngineID -
securityLevel
-
-
Constructor Details
-
StatusInformation
public StatusInformation() -
StatusInformation
public StatusInformation(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel)
-
-
Method Details
-
getErrorIndication
-
setErrorIndication
-
setContextName
public void setContextName(byte[] contextName) -
getContextName
public byte[] getContextName() -
setContextEngineID
public void setContextEngineID(byte[] contextEngineID) -
getContextEngineID
public byte[] getContextEngineID() -
setSecurityLevel
-
getSecurityLevel
-
toString
-