Interface Traffic

All Superinterfaces:
ecmwf.web.model.ModelBean
All Known Implementing Classes:
TrafficBean

public interface Traffic extends ecmwf.web.model.ModelBean
The Interface Traffic.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the bytes.
    Gets the date.
    long
    Gets the duration.
    int
    Gets the files.
    Gets the formatted bytes.
    Gets the formatted duration.
    Gets the formatted rate.
    double
    Gets the rate.

    Methods inherited from interface ecmwf.web.model.ModelBean

    delete, delete, getAttributeValue, getBeanInterfaceName, getId, getIntId, insert, insert, isNew, save, save, setId
  • Method Details

    • getDate

      String getDate()
      Gets the date.
      Returns:
      the date
    • getRate

      double getRate()
      Gets the rate.
      Returns:
      the rate
    • getFormattedRate

      String getFormattedRate()
      Gets the formatted rate.
      Returns:
      the formatted rate
    • getBytes

      long getBytes()
      Gets the bytes.
      Returns:
      the bytes
    • getFormattedBytes

      String getFormattedBytes()
      Gets the formatted bytes.
      Returns:
      the formatted bytes
    • getDuration

      long getDuration()
      Gets the duration.
      Returns:
      the duration
    • getFormattedDuration

      String getFormattedDuration()
      Gets the formatted duration.
      Returns:
      the formatted duration
    • getFiles

      int getFiles()
      Gets the files.
      Returns:
      the files