|
Packit |
022b05 |
/*
|
|
Packit |
022b05 |
* This Java file has been generated by smidump 0.4.5. Do not edit!
|
|
Packit |
022b05 |
* It is intended to be used within a Java AgentX sub-agent environment.
|
|
Packit |
022b05 |
*
|
|
Packit |
022b05 |
* $Id: AlMatrixTopNEntry.java 4432 2006-05-29 16:21:11Z strauss $
|
|
Packit |
022b05 |
*/
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
/**
|
|
Packit |
022b05 |
This class represents a Java AgentX (JAX) implementation of
|
|
Packit |
022b05 |
the table row alMatrixTopNEntry defined in RMON2-MIB.
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
@version 1
|
|
Packit |
022b05 |
@author smidump 0.4.5
|
|
Packit |
022b05 |
@see AgentXTable, AgentXEntry
|
|
Packit |
022b05 |
*/
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
import jax.AgentXOID;
|
|
Packit |
022b05 |
import jax.AgentXSetPhase;
|
|
Packit |
022b05 |
import jax.AgentXResponsePDU;
|
|
Packit |
022b05 |
import jax.AgentXEntry;
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public class AlMatrixTopNEntry extends AgentXEntry
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
protected int alMatrixTopNIndex = 0;
|
|
Packit |
022b05 |
protected int alMatrixTopNProtocolDirLocalIndex = 0;
|
|
Packit |
022b05 |
protected byte[] alMatrixTopNSourceAddress = new byte[0];
|
|
Packit |
022b05 |
protected byte[] alMatrixTopNDestAddress = new byte[0];
|
|
Packit |
022b05 |
protected int alMatrixTopNAppProtocolDirLocalIndex = 0;
|
|
Packit |
022b05 |
protected long alMatrixTopNPktRate = 0;
|
|
Packit |
022b05 |
protected long alMatrixTopNReversePktRate = 0;
|
|
Packit |
022b05 |
protected long alMatrixTopNOctetRate = 0;
|
|
Packit |
022b05 |
protected long alMatrixTopNReverseOctetRate = 0;
|
|
Packit |
022b05 |
// foreign indices
|
|
Packit |
022b05 |
protected int alMatrixTopNControlIndex;
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public AlMatrixTopNEntry(int alMatrixTopNControlIndex,
|
|
Packit |
022b05 |
int alMatrixTopNIndex)
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
this.alMatrixTopNControlIndex = alMatrixTopNControlIndex;
|
|
Packit |
022b05 |
this.alMatrixTopNIndex = alMatrixTopNIndex;
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
instance.append(alMatrixTopNControlIndex);
|
|
Packit |
022b05 |
instance.append(alMatrixTopNIndex);
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public int get_alMatrixTopNControlIndex()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNControlIndex;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public int get_alMatrixTopNIndex()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNIndex;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public int get_alMatrixTopNProtocolDirLocalIndex()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNProtocolDirLocalIndex;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public byte[] get_alMatrixTopNSourceAddress()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNSourceAddress;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public byte[] get_alMatrixTopNDestAddress()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNDestAddress;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public int get_alMatrixTopNAppProtocolDirLocalIndex()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNAppProtocolDirLocalIndex;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public long get_alMatrixTopNPktRate()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNPktRate;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public long get_alMatrixTopNReversePktRate()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNReversePktRate;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public long get_alMatrixTopNOctetRate()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNOctetRate;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
public long get_alMatrixTopNReverseOctetRate()
|
|
Packit |
022b05 |
{
|
|
Packit |
022b05 |
return alMatrixTopNReverseOctetRate;
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
}
|
|
Packit |
022b05 |
|