public interface SnmpV1TrapBuilder extends SnmpTrapBuilder
Modifier and Type | Method and Description |
---|---|
void |
setAgentAddress(InetAddress agentAddress) |
void |
setEnterprise(SnmpObjId enterpriseId) |
void |
setGeneric(int generic) |
void |
setSpecific(int specific) |
void |
setTimeStamp(long timeStamp) |
addVarBind, send, sendTest
void setEnterprise(SnmpObjId enterpriseId)
void setAgentAddress(InetAddress agentAddress)
void setGeneric(int generic)
void setSpecific(int specific)
void setTimeStamp(long timeStamp)
timeStamp
- A timestamp value, in TimeTicks (centiseconds), not to exceed 2^32-1Copyright © 2021. All rights reserved.