Interface LogicmoduleMessages.NewClassIDResponseOrBuilder

    • Method Detail

      • hasClassID

        boolean hasClassID()
        .dataclay.communication.grpc.common.MetaClassID classID = 1;
        Returns:
        Whether the classID field is set.
      • getClassID

        CommonMessages.MetaClassID getClassID()
        .dataclay.communication.grpc.common.MetaClassID classID = 1;
        Returns:
        The classID.
      • 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.