SINK_METRIC_CONSUMER_DOMAIN, SINK_METRIC_PRODUCER_DOMAIN
Constructor and Description |
---|
TrapDTO() |
TrapDTO(TrapInformation trapInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
InetAddress |
getAgentAddress() |
String |
getCommunity() |
long |
getCreationTime() |
int |
getPduLength() |
byte[] |
getRawMessage() |
List<SnmpResult> |
getResults() |
long |
getTimestamp() |
TrapIdentityDTO |
getTrapIdentity() |
String |
getVersion() |
int |
hashCode() |
void |
setAgentAddress(InetAddress agentAddress) |
void |
setCommunity(String community) |
void |
setCreationTime(long creationTime) |
void |
setPduLength(int pduLength) |
void |
setRawMessage(byte[] rawMessage) |
void |
setTimestamp(long timestamp) |
void |
setTrapIdentity(TrapIdentityDTO trapIdentity) |
void |
setVersion(String version) |
String |
toString() |
public TrapDTO()
public TrapDTO(TrapInformation trapInfo)
public void setAgentAddress(InetAddress agentAddress)
public InetAddress getAgentAddress()
public void setCommunity(String community)
public String getCommunity()
public void setVersion(String version)
public String getVersion()
public void setTimestamp(long timestamp)
public long getTimestamp()
public void setPduLength(int pduLength)
public int getPduLength()
public void setCreationTime(long creationTime)
public long getCreationTime()
public void setTrapIdentity(TrapIdentityDTO trapIdentity)
public TrapIdentityDTO getTrapIdentity()
public List<SnmpResult> getResults()
public byte[] getRawMessage()
public void setRawMessage(byte[] rawMessage)
Copyright © 2021. All rights reserved.