Class 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 a SchemaAndRecord.

    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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BillingEvent

        public BillingEvent()