Constructors Summary |
---|
public SnmpGauge(int v)Constructs a new SnmpGauge from the specified integer value.
super(v) ;
|
public SnmpGauge(Integer v)Constructs a new SnmpGauge from the specified Integer value.
super(v) ;
|
public SnmpGauge(long v)Constructs a new SnmpGauge from the specified long value.
super(v) ;
|
public SnmpGauge(Long v)Constructs a new SnmpGauge from the specified Long value.
super(v) ;
|