public class MibObj extends Object implements Serializable
Constructor and Description |
---|
MibObj() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getAlias()
Returns the value of field 'alias'.
|
String |
getOid()
Returns the value of field 'oid'.
|
int |
hashCode()
Method hashCode.
|
void |
setAlias(String alias)
Sets the value of field 'alias'.
|
void |
setOid(String oid)
Sets the value of field 'oid'.
|
public boolean equals(Object obj)
public String getAlias()
public String getOid()
public int hashCode()
public void setAlias(String alias)
alias
- the value of field 'alias'.public void setOid(String oid)
oid
- the value of field 'oid'.Copyright © 2017. All rights reserved.