Interface Protocol.EmulationRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      bytes data = 3;
      java.lang.String getNode()
      string node = 1;
      com.google.protobuf.ByteString getNodeBytes()
      string node = 1;
      java.lang.String getSession()
      string session = 2;
      com.google.protobuf.ByteString getSessionBytes()
      string session = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getNode

        java.lang.String getNode()
        string node = 1;
        Returns:
        The node.
      • getNodeBytes

        com.google.protobuf.ByteString getNodeBytes()
        string node = 1;
        Returns:
        The bytes for node.
      • getSession

        java.lang.String getSession()
        string session = 2;
        Returns:
        The session.
      • getSessionBytes

        com.google.protobuf.ByteString getSessionBytes()
        string session = 2;
        Returns:
        The bytes for session.
      • getData

        com.google.protobuf.ByteString getData()
        bytes data = 3;
        Returns:
        The data.