public class

QosStatistics

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.net.FourG.QosStatistics
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
QosStatistics()
Protected Constructors
QosStatistics(Parcel in)
Public Methods
int getLocalID()
Returns the unique, local to the User Equipment's implementation identifier (LID) for the service flow which these statistics apply.
int getSFID()
Returns the QoS ID for the service flow which these statistics apply.
long getTotalPduBytes()
Returns the number of PDU (Protocol Data Unit data packets, not signaling) bytes across this service flow.
long getTotalPduPackets()
Returns the number of PDU packets across this service flow.
long getTotalPduPacketsDropped()
Returns the number of PDU packets across this service flow that were dropped.
long getTotalRetransmissionPacketsSent()
Returns total number of packets resent for the service flow.
long getTotalRxBytes()
Returns the number of bytes received for the service flow.
long getTotalSduBytes()
Returns the number of SDU (Service Data Unit signaling packets) bytes across this service flow.
long getTotalSduPackets()
Returns the number of SDU signaling packets across this service flow.
long getTotalSduPacketsDropped()
Returns the number of SDU signaling packets across this service flow that were dropped.
long getUptime()
Returns the number of seconds for which this service flow has been established.
void setLocalID(int localId)
void setSFID(int sfid)
void setTotalPduBytes(long totalPduBytes)
void setTotalPduPackets(long totalPduPackets)
void setTotalPduPacketsDropped(long totalPduPacketsDropped)
void setTotalRetransmissionPacketsSent(long totalRetransmissionPackets)
void setTotalRxBytes(long totalRxBytes)
void setTotalSduBytes(long totalSduBytes)
void setTotalSduPackets(long totalSduPackets)
void setTotalSduPacketsDropped(long totalSduPacketsDropped)
void setUptime(long uptime)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public QosStatistics ()

Protected Constructors

protected QosStatistics (Parcel in)

Public Methods

public int getLocalID ()

Returns the unique, local to the User Equipment's implementation identifier (LID) for the service flow which these statistics apply.

public int getSFID ()

Returns the QoS ID for the service flow which these statistics apply.

public long getTotalPduBytes ()

Returns the number of PDU (Protocol Data Unit data packets, not signaling) bytes across this service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalPduPackets ()

Returns the number of PDU packets across this service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalPduPacketsDropped ()

Returns the number of PDU packets across this service flow that were dropped. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalRetransmissionPacketsSent ()

Returns total number of packets resent for the service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalRxBytes ()

Returns the number of bytes received for the service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalSduBytes ()

Returns the number of SDU (Service Data Unit signaling packets) bytes across this service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalSduPackets ()

Returns the number of SDU signaling packets across this service flow. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getTotalSduPacketsDropped ()

Returns the number of SDU signaling packets across this service flow that were dropped. If this datum is unavailable, Long.MIN_VALUE is returned.

public long getUptime ()

Returns the number of seconds for which this service flow has been established. If this datum is unavailable, Long.MIN_VALUE is returned.

public void setLocalID (int localId)

public void setSFID (int sfid)

public void setTotalPduBytes (long totalPduBytes)

public void setTotalPduPackets (long totalPduPackets)

public void setTotalPduPacketsDropped (long totalPduPacketsDropped)

public void setTotalRetransmissionPacketsSent (long totalRetransmissionPackets)

public void setTotalRxBytes (long totalRxBytes)

public void setTotalSduBytes (long totalSduBytes)

public void setTotalSduPackets (long totalSduPackets)

public void setTotalSduPacketsDropped (long totalSduPacketsDropped)

public void setUptime (long uptime)

public String toString ()

Since: API Level