Package io.opencensus.trace
Class AutoValue_NetworkEvent
- java.lang.Object
-
- io.opencensus.trace.BaseMessageEvent
-
- io.opencensus.trace.NetworkEvent
-
- io.opencensus.trace.AutoValue_NetworkEvent
-
@Immutable @Deprecated @Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_NetworkEvent extends NetworkEventDeprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classAutoValue_NetworkEvent.BuilderDeprecated.-
Nested classes/interfaces inherited from class io.opencensus.trace.NetworkEvent
NetworkEvent.Type
-
-
Field Summary
Fields Modifier and Type Field Description private longcompressedMessageSizeDeprecated.private TimestampkernelTimestampDeprecated.private longmessageIdDeprecated.private NetworkEvent.TypetypeDeprecated.private longuncompressedMessageSizeDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description privateAutoValue_NetworkEvent(Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.longgetCompressedMessageSize()Deprecated.Returns the compressed size in bytes of theNetworkEvent.TimestampgetKernelTimestamp()Deprecated.Returns the kernel timestamp associated with theNetworkEventornullif not set.longgetMessageId()Deprecated.Returns the message id argument that serves to uniquely identify each network message.NetworkEvent.TypegetType()Deprecated.Returns the type of theNetworkEvent.longgetUncompressedMessageSize()Deprecated.Returns the uncompressed size in bytes of theNetworkEvent.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from class io.opencensus.trace.NetworkEvent
builder, getMessageSize
-
-
-
-
Field Detail
-
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 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:NetworkEventReturns the kernel timestamp associated with theNetworkEventornullif not set.- Specified by:
getKernelTimestampin classNetworkEvent- Returns:
- the kernel timestamp associated with the
NetworkEventornullif not set.
-
getType
public NetworkEvent.Type getType()
Deprecated.Description copied from class:NetworkEventReturns the type of theNetworkEvent.- Specified by:
getTypein classNetworkEvent- Returns:
- the type of the
NetworkEvent.
-
getMessageId
public long getMessageId()
Deprecated.Description copied from class:NetworkEventReturns the message id argument that serves to uniquely identify each network message.- Specified by:
getMessageIdin classNetworkEvent- Returns:
- the message id of the
NetworkEvent.
-
getUncompressedMessageSize
public long getUncompressedMessageSize()
Deprecated.Description copied from class:NetworkEventReturns the uncompressed size in bytes of theNetworkEvent.- Specified by:
getUncompressedMessageSizein classNetworkEvent- Returns:
- the uncompressed size in bytes of the
NetworkEvent.
-
getCompressedMessageSize
public long getCompressedMessageSize()
Deprecated.Description copied from class:NetworkEventReturns the compressed size in bytes of theNetworkEvent.- Specified by:
getCompressedMessageSizein classNetworkEvent- Returns:
- the compressed size in bytes of the
NetworkEvent.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
-