|
Core API 7.8 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.juniper.smgt.sae.scriptservice.AccountingData
public class AccountingData
Contains accounting data collected when deactivating, modifying or polling a script service session.
Field Summary | |
---|---|
long |
inOctets
|
long |
inPackets
|
long |
outOctets
|
long |
outPackets
|
boolean |
reset
This boolean should be set if the accounting data has been reset since the time of the last collection |
Constructor Summary | |
---|---|
AccountingData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long inOctets
public long outOctets
public long inPackets
public long outPackets
public boolean reset
Constructor Detail |
---|
public AccountingData()
|
Core API 7.8 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |