final case class TopUpEvent(effectiveAt: Option[Timestamp], serial: Int, extraTrafficLimit: Long) extends GeneratedMessage with Updatable[TopUpEvent] with Product with Serializable
Represents a top up event valid from a certain timestamp
- effectiveAt
Timestamp at which the top up becomes valid (inclusive)
- serial
Topology transaction serial id that is used to discriminate between top ups with the same effective_at, which is possible
- extraTrafficLimit
Traffic limit of the top up
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TopUpEvent
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TopUpEvent(effectiveAt: Option[Timestamp], serial: Int, extraTrafficLimit: Long)
- effectiveAt
Timestamp at which the top up becomes valid (inclusive)
- serial
Topology transaction serial id that is used to discriminate between top ups with the same effective_at, which is possible
- extraTrafficLimit
Traffic limit of the top up
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
- def clearEffectiveAt: TopUpEvent
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def companion: TopUpEvent.type
- Definition Classes
- TopUpEvent → GeneratedMessage
- val effectiveAt: Option[Timestamp]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extraTrafficLimit: Long
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getEffectiveAt: Timestamp
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- TopUpEvent → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- TopUpEvent → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val serial: Int
- def serializedSize: Int
- Definition Classes
- TopUpEvent → 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
- TopUpEvent → GeneratedMessage
- def update(ms: (Lens[TopUpEvent, TopUpEvent]) => Mutation[TopUpEvent]*): TopUpEvent
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withEffectiveAt(__v: Timestamp): TopUpEvent
- def withExtraTrafficLimit(__v: Long): TopUpEvent
- def withSerial(__v: Int): TopUpEvent
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- TopUpEvent → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage