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 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

      .ClientServerChannelSpace.SendCellMessage.TopologicalAddress topological_address = 5;
      Returns:
      The topologicalAddress.
    • getTopologicalAddressOrBuilder

      .ClientServerChannelSpace.SendCellMessage.TopologicalAddress topological_address = 5;
    • getAddressCase