final case class TrafficConsumed(member: String, extraTrafficConsumed: Long, baseTrafficRemainder: Long, lastConsumedCost: Long, sequencingTimestamp: Long) extends GeneratedMessage with Updatable[TrafficConsumed] with Product with Serializable
Message representing traffic consumed by a member at a given point in time
- member
 Member consuming the traffic
- extraTrafficConsumed
 Total extra traffic consumed
- baseTrafficRemainder
 Remaining free base traffic
- lastConsumedCost
 Cost deducted at
timestamp, only present when traffic was consumed attimestamp, otherwise is set to 0- sequencingTimestamp
 Timestamp at which this state is valid - this timestamp is used to compute the base traffic remainder above in microseconds of UTC time since Unix epoch
- Annotations
 - @SerialVersionUID()
 
- Alphabetic
 - By Inheritance
 
- TrafficConsumed
 - Updatable
 - GeneratedMessage
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new TrafficConsumed(member: String, extraTrafficConsumed: Long, baseTrafficRemainder: Long, lastConsumedCost: Long, sequencingTimestamp: Long)
- member
 Member consuming the traffic
- extraTrafficConsumed
 Total extra traffic consumed
- baseTrafficRemainder
 Remaining free base traffic
- lastConsumedCost
 Cost deducted at
timestamp, only present when traffic was consumed attimestamp, otherwise is set to 0- sequencingTimestamp
 Timestamp at which this state is valid - this timestamp is used to compute the base traffic remainder above in microseconds of UTC time since Unix epoch
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  val baseTrafficRemainder: Long
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -    def companion: TrafficConsumed.type
- Definition Classes
 - TrafficConsumed → GeneratedMessage
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  val extraTrafficConsumed: Long
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def getField(__field: FieldDescriptor): PValue
- Definition Classes
 - TrafficConsumed → GeneratedMessage
 
 -    def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
 - TrafficConsumed → GeneratedMessage
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  val lastConsumedCost: Long
 -  val member: String
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -  val sequencingTimestamp: Long
 -    def serializedSize: Int
- Definition Classes
 - TrafficConsumed → GeneratedMessage
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -   final  def toByteArray: Array[Byte]
- Definition Classes
 - GeneratedMessage
 
 -   final  def toByteString: ByteString
- Definition Classes
 - GeneratedMessage
 
 -   final  def toPMessage: PMessage
- Definition Classes
 - GeneratedMessage
 
 -    def toProtoString: String
- Definition Classes
 - TrafficConsumed → GeneratedMessage
 
 -    def update(ms: (Lens[TrafficConsumed, TrafficConsumed]) => Mutation[TrafficConsumed]*): TrafficConsumed
- Definition Classes
 - Updatable
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -  def withBaseTrafficRemainder(__v: Long): TrafficConsumed
 -  def withExtraTrafficConsumed(__v: Long): TrafficConsumed
 -  def withLastConsumedCost(__v: Long): TrafficConsumed
 -  def withMember(__v: String): TrafficConsumed
 -  def withSequencingTimestamp(__v: Long): TrafficConsumed
 -   final  def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage
 
 -    def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
 - TrafficConsumed → GeneratedMessage
 
 -   final  def writeTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage