Class TrapDTO

    • Constructor Detail

      • TrapDTO

        public TrapDTO()
    • Method Detail

      • setAgentAddress

        public void setAgentAddress​(InetAddress agentAddress)
      • getAgentAddress

        public InetAddress getAgentAddress()
      • setCommunity

        public void setCommunity​(String community)
      • getCommunity

        public String getCommunity()
      • setVersion

        public void setVersion​(String version)
      • getVersion

        public String getVersion()
      • setTimestamp

        public void setTimestamp​(long timestamp)
      • getTimestamp

        public long getTimestamp()
      • setPduLength

        public void setPduLength​(int pduLength)
      • getPduLength

        public int getPduLength()
      • setCreationTime

        public void setCreationTime​(long creationTime)
      • getCreationTime

        public long getCreationTime()
      • setTrapIdentity

        public void setTrapIdentity​(TrapIdentityDTO trapIdentity)
      • getRawMessage

        public byte[] getRawMessage()
      • setRawMessage

        public void setRawMessage​(byte[] rawMessage)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object