Class AutoValue_NetworkEvent


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

      • kernelTimestamp

        private final Timestamp kernelTimestamp
        Deprecated.
      • messageId

        private final long messageId
        Deprecated.
      • uncompressedMessageSize

        private final long uncompressedMessageSize
        Deprecated.
      • compressedMessageSize

        private final long compressedMessageSize
        Deprecated.
    • Constructor Detail

      • AutoValue_NetworkEvent

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

      • 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.
      • 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 java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • equals

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

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