Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / AlMatrixTopNEntry.java
1 /*
2  * This Java file has been generated by smidump 0.4.5. Do not edit!
3  * It is intended to be used within a Java AgentX sub-agent environment.
4  *
5  * $Id: AlMatrixTopNEntry.java 4432 2006-05-29 16:21:11Z strauss $
6  */
7
8 /**
9     This class represents a Java AgentX (JAX) implementation of
10     the table row alMatrixTopNEntry defined in RMON2-MIB.
11
12     @version 1
13     @author  smidump 0.4.5
14     @see     AgentXTable, AgentXEntry
15  */
16
17 import jax.AgentXOID;
18 import jax.AgentXSetPhase;
19 import jax.AgentXResponsePDU;
20 import jax.AgentXEntry;
21
22 public class AlMatrixTopNEntry extends AgentXEntry
23 {
24
25     protected int alMatrixTopNIndex = 0;
26     protected int alMatrixTopNProtocolDirLocalIndex = 0;
27     protected byte[] alMatrixTopNSourceAddress = new byte[0];
28     protected byte[] alMatrixTopNDestAddress = new byte[0];
29     protected int alMatrixTopNAppProtocolDirLocalIndex = 0;
30     protected long alMatrixTopNPktRate = 0;
31     protected long alMatrixTopNReversePktRate = 0;
32     protected long alMatrixTopNOctetRate = 0;
33     protected long alMatrixTopNReverseOctetRate = 0;
34     // foreign indices
35     protected int alMatrixTopNControlIndex;
36
37     public AlMatrixTopNEntry(int alMatrixTopNControlIndex,
38                              int alMatrixTopNIndex)
39     {
40         this.alMatrixTopNControlIndex = alMatrixTopNControlIndex;
41         this.alMatrixTopNIndex = alMatrixTopNIndex;
42
43         instance.append(alMatrixTopNControlIndex);
44         instance.append(alMatrixTopNIndex);
45     }
46
47     public int get_alMatrixTopNControlIndex()
48     {
49         return alMatrixTopNControlIndex;
50     }
51
52     public int get_alMatrixTopNIndex()
53     {
54         return alMatrixTopNIndex;
55     }
56
57     public int get_alMatrixTopNProtocolDirLocalIndex()
58     {
59         return alMatrixTopNProtocolDirLocalIndex;
60     }
61
62     public byte[] get_alMatrixTopNSourceAddress()
63     {
64         return alMatrixTopNSourceAddress;
65     }
66
67     public byte[] get_alMatrixTopNDestAddress()
68     {
69         return alMatrixTopNDestAddress;
70     }
71
72     public int get_alMatrixTopNAppProtocolDirLocalIndex()
73     {
74         return alMatrixTopNAppProtocolDirLocalIndex;
75     }
76
77     public long get_alMatrixTopNPktRate()
78     {
79         return alMatrixTopNPktRate;
80     }
81
82     public long get_alMatrixTopNReversePktRate()
83     {
84         return alMatrixTopNReversePktRate;
85     }
86
87     public long get_alMatrixTopNOctetRate()
88     {
89         return alMatrixTopNOctetRate;
90     }
91
92     public long get_alMatrixTopNReverseOctetRate()
93     {
94         return alMatrixTopNReverseOctetRate;
95     }
96
97 }
98