public class Snmp extends Object implements Serializable
Constructor and Description |
---|
Snmp() |
Modifier and Type | Method and Description |
---|---|
void |
deleteGeneric() |
void |
deleteSpecific() |
boolean |
equals(Object obj) |
String |
getCommunity() |
Integer |
getGeneric()
The generic trap number.
|
String |
getId()
The SNMP enterprise ID
|
String |
getIdtext()
The SNMP enterprise ID text
|
Integer |
getSpecific()
The specific trap number
|
String |
getVersion()
The SNMP version
|
boolean |
hasGeneric() |
int |
hashCode() |
boolean |
hasSpecific() |
void |
setCommunity(String community) |
void |
setGeneric(int generic) |
void |
setId(String id) |
void |
setIdtext(String idText) |
void |
setSpecific(int specific) |
void |
setVersion(String version) |
public void deleteGeneric()
public void deleteSpecific()
public String getCommunity()
public Integer getGeneric()
public String getId()
public String getIdtext()
public Integer getSpecific()
public String getVersion()
public boolean hasGeneric()
public boolean hasSpecific()
public void setCommunity(String community)
public void setGeneric(int generic)
public void setId(String id)
public void setIdtext(String idText)
public void setSpecific(int specific)
public void setVersion(String version)
Copyright © 2017. All rights reserved.