- java.lang.Object
-
- org.snmp4j.util.TableUtils.LastReceived
-
- Enclosing class:
- TableUtils
protected class TableUtils.LastReceived extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LastReceived(java.util.List<OID> plainColumnInfos)LastReceived(TableUtils.LastReceived otherLastReceived)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDget(int i)java.util.List<TableUtils.LastReceivedColumnInfo>getColumnInfos()voidset(int i, OID oid)voidset(int i, OID oid, TableUtils.Row baseRow)voidsetColumnInfos(java.util.List<TableUtils.LastReceivedColumnInfo> columnInfos)intsize()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LastReceived
public LastReceived(TableUtils.LastReceived otherLastReceived)
-
LastReceived
public LastReceived(java.util.List<OID> plainColumnInfos)
-
-
Method Detail
-
setColumnInfos
public void setColumnInfos(java.util.List<TableUtils.LastReceivedColumnInfo> columnInfos)
-
getColumnInfos
public java.util.List<TableUtils.LastReceivedColumnInfo> getColumnInfos()
-
size
public int size()
-
get
public OID get(int i)
-
set
public void set(int i, OID oid)
-
set
public void set(int i, OID oid, TableUtils.Row baseRow)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-