public class Snmp extends Object implements Serializable
Constructor and Description |
---|
Snmp() |
Modifier and Type | Method and Description |
---|---|
static Snmp |
copyFrom(ISnmp source) |
void |
deleteGeneric() |
void |
deleteSpecific() |
void |
deleteTimeStamp() |
String |
getCommunity()
Returns the value of field 'community'.
|
Integer |
getGeneric()
Returns the value of field 'generic'.
|
String |
getId()
Returns the value of field 'id'.
|
String |
getIdtext()
Returns the value of field 'idtext'.
|
Integer |
getSpecific()
Returns the value of field 'specific'.
|
Long |
getTimeStamp()
Returns the value of field 'timeStamp'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
hasGeneric()
Method hasGeneric.
|
boolean |
hasSpecific()
Method hasSpecific.
|
boolean |
hasTimeStamp()
Method hasTimeStamp.
|
void |
setCommunity(String community)
Sets the value of field 'community'.
|
void |
setGeneric(Integer generic)
Sets the value of field 'generic'.
|
void |
setId(String id)
Sets the value of field 'id'.
|
void |
setIdtext(String idtext)
Sets the value of field 'idtext'.
|
void |
setSpecific(Integer specific)
Sets the value of field 'specific'.
|
void |
setTimeStamp(Long timeStamp)
Sets the value of field 'timeStamp'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
String |
toString() |
public void deleteGeneric()
public void deleteSpecific()
public void deleteTimeStamp()
public String getCommunity()
public Integer getGeneric()
public String getId()
public String getIdtext()
public Integer getSpecific()
public Long getTimeStamp()
public String getVersion()
public boolean hasGeneric()
public boolean hasSpecific()
public boolean hasTimeStamp()
public void setCommunity(String community)
community
- the value of field 'community'.public void setGeneric(Integer generic)
generic
- the value of field 'generic'.public void setId(String id)
id
- the value of field 'id'.public void setIdtext(String idtext)
idtext
- the value of field 'idtext'.public void setSpecific(Integer specific)
specific
- the value of field 'specific'.public void setTimeStamp(Long timeStamp)
timeStamp
- the value of field 'timeStamp'.public void setVersion(String version)
version
- the value of field 'version'.Copyright © 2021. All rights reserved.