public class Varbind extends Object implements Serializable
Constructor and Description |
---|
Varbind() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getVbname()
Returns the value of field 'vbname'.
|
String |
getVbvalue()
Returns the value of field 'vbvalue'.
|
int |
hashCode()
Method hashCode.
|
void |
setVbname(String vbname)
Sets the value of field 'vbname'.
|
void |
setVbvalue(String vbvalue)
Sets the value of field 'vbvalue'.
|
public boolean equals(Object obj)
public String getVbname()
public String getVbvalue()
public int hashCode()
public void setVbname(String vbname)
vbname
- the value of field 'vbname'.public void setVbvalue(String vbvalue)
vbvalue
- the value of field 'vbvalue'.Copyright © 2017. All rights reserved.