D - Type of the command's data.public class SnmpReadCommand<D> extends ReadCommand<Oid,D,SnmpField>
| Constructor and Description |
|---|
SnmpReadCommand(Oid identity,
Decoder<D,SnmpField> decoder)
Creates a new SNMP read command.
|
get, getDecoderequals, getIdentity, hashCode, toStringpublic SnmpReadCommand(Oid identity, Decoder<D,SnmpField> decoder) throws NullPointerException
identity - Command identity.decoder - Command decoder used to map from modeled data to command
execution format.NullPointerException - If either identity or decoder is null.Copyright © 2014. All Rights Reserved.