Interface ProtobufMessages.EntryPointOrBuilder

    • Method Detail

      • hasEntryPointId

        boolean hasEntryPointId()
        optional string entry_point_id = 1;
        Returns:
        Whether the entryPointId field is set.
      • getEntryPointId

        String getEntryPointId()
        optional string entry_point_id = 1;
        Returns:
        The entryPointId.
      • getEntryPointIdBytes

        com.google.protobuf.ByteString getEntryPointIdBytes()
        optional string entry_point_id = 1;
        Returns:
        The bytes for entryPointId.
      • getHandleCount

        int getHandleCount()
        repeated .org.drools.serialization.protobuf.FactHandle handle = 2;
      • hasTms

        boolean hasTms()
        optional .org.drools.serialization.protobuf.TruthMaintenanceSystem tms = 3;
        Returns:
        Whether the tms field is set.
      • getOtcCount

        int getOtcCount()
        repeated .org.drools.serialization.protobuf.ObjectTypeConfiguration otc = 4;