|
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.portal.Usage
public class Usage
Usage objects contain statistics that describe the network traffic between a user and a network resource that is controlled by an SAE service.
Subscription.getUsage()
Method Summary | |
---|---|
long |
getBytesFromUser()
The number of bytes sent across the network from the user to the service (i.e. |
long |
getBytesToUser()
The number of bytes sent across the network from the service (i.e. |
java.util.Date |
getCollectionTime()
The time and date at which these usage statistics were collected from the network. |
long |
getCollectionTimestamp()
The time at which these usage statistics were collected from the network in milliseconds since 1970-01-01T00:00:00 UTC. |
long |
getPacketsFromUser()
The number of IP packets sent across the network from the user to the service (i.e. |
long |
getPacketsToUser()
The number of IP packets sent across the network from the service (i.e. |
boolean |
isOperational()
|
void |
setOperational(boolean b)
|
java.lang.String |
toString()
For debugging only. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.util.Date getCollectionTime()
public long getCollectionTimestamp()
public long getBytesFromUser()
public long getBytesToUser()
public long getPacketsFromUser()
public long getPacketsToUser()
public boolean isOperational()
public void setOperational(boolean b)
public java.lang.String toString()
toString
in class java.lang.Object
|
Core API 7.8 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |