Class AutoValue_NetworkEvent


@Immutable @Deprecated @Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_NetworkEvent extends NetworkEvent
Deprecated.
  • Field Details

    • kernelTimestamp

      private final Timestamp kernelTimestamp
      Deprecated.
    • type

      private final NetworkEvent.Type type
      Deprecated.
    • messageId

      private final long messageId
      Deprecated.
    • uncompressedMessageSize

      private final long uncompressedMessageSize
      Deprecated.
    • compressedMessageSize

      private final long compressedMessageSize
      Deprecated.
  • Constructor Details

    • AutoValue_NetworkEvent

      private AutoValue_NetworkEvent(@Nullable Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize)
      Deprecated.
  • Method Details

    • getKernelTimestamp

      @Nullable public Timestamp getKernelTimestamp()
      Deprecated.
      Description copied from class: NetworkEvent
      Returns the kernel timestamp associated with the NetworkEvent or null if not set.
      Specified by:
      getKernelTimestamp in class NetworkEvent
      Returns:
      the kernel timestamp associated with the NetworkEvent or null if not set.
    • getType

      public NetworkEvent.Type getType()
      Deprecated.
      Description copied from class: NetworkEvent
      Returns the type of the NetworkEvent.
      Specified by:
      getType in class NetworkEvent
      Returns:
      the type of the NetworkEvent.
    • getMessageId

      public long getMessageId()
      Deprecated.
      Description copied from class: NetworkEvent
      Returns the message id argument that serves to uniquely identify each network message.
      Specified by:
      getMessageId in class NetworkEvent
      Returns:
      the message id of the NetworkEvent.
    • getUncompressedMessageSize

      public long getUncompressedMessageSize()
      Deprecated.
      Description copied from class: NetworkEvent
      Returns the uncompressed size in bytes of the NetworkEvent.
      Specified by:
      getUncompressedMessageSize in class NetworkEvent
      Returns:
      the uncompressed size in bytes of the NetworkEvent.
    • getCompressedMessageSize

      public long getCompressedMessageSize()
      Deprecated.
      Description copied from class: NetworkEvent
      Returns the compressed size in bytes of the NetworkEvent.
      Specified by:
      getCompressedMessageSize in class NetworkEvent
      Returns:
      the compressed size in bytes of the NetworkEvent.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object