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 NetworkEvent
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final classDeprecated.Nested classes/interfaces inherited from class NetworkEvent
NetworkEvent.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longDeprecated.private final TimestampDeprecated.private final longDeprecated.private final NetworkEvent.TypeDeprecated.private final longDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAutoValue_NetworkEvent(Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.longDeprecated.Returns the compressed size in bytes of theNetworkEvent.Deprecated.Returns the kernel timestamp associated with theNetworkEventornullif not set.longDeprecated.Returns the message id argument that serves to uniquely identify each network message.getType()Deprecated.Returns the type of theNetworkEvent.longDeprecated.Returns the uncompressed size in bytes of theNetworkEvent.inthashCode()Deprecated.toString()Deprecated.Methods inherited from class NetworkEvent
builder, getMessageSize
-
Field Details
-
kernelTimestamp
Deprecated. -
type
Deprecated. -
messageId
private final long messageIdDeprecated. -
uncompressedMessageSize
private final long uncompressedMessageSizeDeprecated. -
compressedMessageSize
private final long compressedMessageSizeDeprecated.
-
-
Constructor Details
-
AutoValue_NetworkEvent
private AutoValue_NetworkEvent(@Nullable Timestamp kernelTimestamp, NetworkEvent.Type type, long messageId, long uncompressedMessageSize, long compressedMessageSize) Deprecated.
-
-
Method Details
-
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
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
-
equals
-
hashCode
-