public class Group extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
void |
addIncludeGroup(String includeGroup) |
void |
addMibObj(MibObj mibObj) |
boolean |
equals(Object obj) |
String |
getIfType()
Interface type.
|
List<String> |
getIncludeGroups() |
List<MibObj> |
getMibObjs() |
String |
getName()
group name
|
List<MibObjProperty> |
getProperties() |
int |
hashCode() |
boolean |
removeIncludeGroup(String includeGroup) |
boolean |
removeMibObj(MibObj mibObj) |
void |
setIfType(String ifType) |
void |
setIncludeGroups(List<String> includeGroups) |
void |
setMibObjs(List<MibObj> mibObjs) |
void |
setName(String name) |
void |
setProperties(List<MibObjProperty> mibObjProperties) |
String |
toString() |
void |
visit(DatacollectionConfigVisitor visitor) |
public Group()
public Group(String name)
public String getName()
public void setName(String name)
public String getIfType()
Interface type.
Indicates the interface types from which the groups MIB objects are to be collected.
Supports individual ifType values or comma-separated list of ifType values in addition to "all" and "ignore" key words.
For example:
Sample ifType descriptions/values: (Refer to http://www.iana.org/assignments/ianaiftype-mib for a comprehensive list.)
public void setIfType(String ifType)
public void addMibObj(MibObj mibObj) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeMibObj(MibObj mibObj)
public void addIncludeGroup(String includeGroup) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public boolean removeIncludeGroup(String includeGroup)
public List<MibObjProperty> getProperties()
public void setProperties(List<MibObjProperty> mibObjProperties)
public void visit(DatacollectionConfigVisitor visitor)
Copyright © 2021. All rights reserved.