public class MibObjProperty extends Object
| Constructor and Description | 
|---|
MibObjProperty()
Instantiates a new MibObj property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addParameter(String key,
            String value)
Adds a new parameter. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getAlias()
Gets the alias. 
 | 
String | 
getClassName()
Gets the class name. 
 | 
String | 
getGroupName()
Gets the group name. 
 | 
String | 
getInstance()
Gets the single instance of MibObjProperty. 
 | 
List<Parameter> | 
getParameters()
Gets the parameters. 
 | 
String | 
getParameterValue(String key)
Gets the value of an existing parameter. 
 | 
String | 
getParameterValue(String key,
                 String defaultValue)
Gets the value of an existing parameter. 
 | 
int | 
hashCode()  | 
void | 
setAlias(String alias)
Sets the alias. 
 | 
void | 
setClassName(String className)
Sets the class name. 
 | 
void | 
setGroupName(String groupName)
Sets the group name. 
 | 
void | 
setInstance(String instance)
Sets the instance. 
 | 
void | 
setParameters(List<Parameter> parameters)
Sets the parameters. 
 | 
String | 
toString()  | 
public String getInstance()
public String getAlias()
public String getClassName()
public String getParameterValue(String key)
key - the keypublic String getParameterValue(String key, String defaultValue)
key - the keydefaultValue - the default valuepublic void addParameter(String key, String value)
key - the keyvalue - the valuepublic String getGroupName()
public void setInstance(String instance)
instance - the new instancepublic void setAlias(String alias)
alias - the new aliaspublic void setClassName(String className)
className - the new class namepublic void setParameters(List<Parameter> parameters)
parameters - the new parameterspublic void setGroupName(String groupName)
groupName - the new group nameCopyright © 2021. All rights reserved.