Interface ServerAppFrameProto.ApiEventMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getArgs()
      optional bytes args = 3;
      ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto getEvent()
      optional .ApiEventMsgInProto.ApiEventTypeProto event = 2;
      java.lang.String getUserId()
      optional string userId = 1;
      com.google.protobuf.ByteString getUserIdBytes()
      optional string userId = 1;
      boolean hasArgs()
      optional bytes args = 3;
      boolean hasEvent()
      optional .ApiEventMsgInProto.ApiEventTypeProto event = 2;
      boolean hasUserId()
      optional string userId = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasUserId

        boolean hasUserId()
        optional string userId = 1;
      • getUserId

        java.lang.String getUserId()
        optional string userId = 1;
      • getUserIdBytes

        com.google.protobuf.ByteString getUserIdBytes()
        optional string userId = 1;
      • hasEvent

        boolean hasEvent()
        optional .ApiEventMsgInProto.ApiEventTypeProto event = 2;
      • hasArgs

        boolean hasArgs()
        optional bytes args = 3;
      • getArgs

        com.google.protobuf.ByteString getArgs()
        optional bytes args = 3;