Package org.snmp4j.model.snmp.proxy
Interface SnmpScalarGroupRO
- All Superinterfaces:
SnmpProxyObject
- All Known Subinterfaces:
SnmpScalarGroup
- All Known Implementing Classes:
SnmpGroupImplRO
The
SnmpScalarGroup
class represents a read-only proxy object for group of SNMP scalar objects.- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionList<SnmpScalarRO<?>>
Gets a list of the scalar proxy objects in this group.void
setScalars
(List<SnmpScalarRO<?>> scalars) Sets the list of the scalar proxy objects in this group.Methods inherited from interface org.snmp4j.model.snmp.proxy.SnmpProxyObject
getContext, getOID, reload, waitForTask
-
Method Details
-
getScalars
List<SnmpScalarRO<?>> getScalars()Gets a list of the scalar proxy objects in this group.- Returns:
- the list of scalar proxy objects in this group.
-
setScalars
Sets the list of the scalar proxy objects in this group.- Parameters:
scalars
- the list of scalar proxy objects in this group.
-