Package google.registry.beam.billing
Class BillingEvent
- java.lang.Object
-
- google.registry.beam.billing.BillingEvent
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class BillingEvent extends java.lang.Object implements java.io.Serializable
A POJO representing a single billable event, parsed from aSchemaAndRecord
.This is a trivially serializable class that allows Beam to transform the results of a Cloud SQL query into a standard Java representation, giving us the type guarantees and ease of manipulation Cloud SQL lacks.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BillingEvent()
-