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