Interface LogicmoduleMessages.RegisterObjectResponseOrBuilder

    • Method Detail

      • hasObjectID

        boolean hasObjectID()
        .dataclay.communication.grpc.common.ObjectID objectID = 1;
        Returns:
        Whether the objectID field is set.
      • getObjectID

        CommonMessages.ObjectID getObjectID()
        .dataclay.communication.grpc.common.ObjectID objectID = 1;
        Returns:
        The objectID.
      • hasExcInfo

        boolean hasExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        Whether the excInfo field is set.
      • getExcInfo

        CommonMessages.ExceptionInfo getExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        The excInfo.