Package org.eclipse.mosaic.lib.coupling
Interface ClientServerChannelProtos.SendCellMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientServerChannelProtos.SendCellMessage,ClientServerChannelProtos.SendCellMessage.Builder
- Enclosing class:
- ClientServerChannelProtos
public static interface ClientServerChannelProtos.SendCellMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongrequired uint64 length = 4;intrequired uint32 message_id = 3;intrequired uint32 node_id = 2;longgetTime()required int64 time = 1;.ClientServerChannelSpace.SendCellMessage.TopologicalAddress topological_address = 5;.ClientServerChannelSpace.SendCellMessage.TopologicalAddress topological_address = 5;booleanrequired uint64 length = 4;booleanrequired uint32 message_id = 3;booleanrequired uint32 node_id = 2;booleanhasTime()required int64 time = 1;boolean.ClientServerChannelSpace.SendCellMessage.TopologicalAddress topological_address = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTime
boolean hasTime()required int64 time = 1;- Returns:
- Whether the time field is set.
-
getTime
long getTime()required int64 time = 1;- Returns:
- The time.
-
hasNodeId
boolean hasNodeId()required uint32 node_id = 2;- Returns:
- Whether the nodeId field is set.
-
getNodeId
int getNodeId()required uint32 node_id = 2;- Returns:
- The nodeId.
-
hasMessageId
boolean hasMessageId()required uint32 message_id = 3;- Returns:
- Whether the messageId field is set.
-
getMessageId
int getMessageId()required uint32 message_id = 3;- Returns:
- The messageId.
-
hasLength
boolean hasLength()required uint64 length = 4;- Returns:
- Whether the length field is set.
-
getLength
long getLength()required uint64 length = 4;- Returns:
- The length.
-
hasTopologicalAddress
boolean hasTopologicalAddress().ClientServerChannelSpace.SendCellMessage.TopologicalAddress topological_address = 5;- Returns:
- Whether the topologicalAddress field is set.
-
getTopologicalAddress
ClientServerChannelProtos.SendCellMessage.TopologicalAddress getTopologicalAddress().ClientServerChannelSpace.SendCellMessage.TopologicalAddress topological_address = 5;- Returns:
- The topologicalAddress.
-
getTopologicalAddressOrBuilder
ClientServerChannelProtos.SendCellMessage.TopologicalAddressOrBuilder getTopologicalAddressOrBuilder().ClientServerChannelSpace.SendCellMessage.TopologicalAddress topological_address = 5; -
getAddressCase
ClientServerChannelProtos.SendCellMessage.AddressCase getAddressCase()
-