Class LocalPredictionId

  • All Implemented Interfaces:
    org.kie.efesto.common.api.identifiers.Id, org.kie.efesto.common.api.identifiers.LocalId

    public class LocalPredictionId
    extends org.kie.efesto.common.api.identifiers.LocalUriId
    implements org.kie.efesto.common.api.identifiers.Id
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFIX  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalPredictionId​(java.lang.String fileName, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileName()  
      java.lang.String name()  
      org.kie.efesto.common.api.identifiers.LocalId toLocalId()  
      • Methods inherited from class org.kie.efesto.common.api.identifiers.LocalUriId

        asLocalUri, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LocalPredictionId

        public LocalPredictionId​(java.lang.String fileName,
                                 java.lang.String name)
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
      • name

        public java.lang.String name()
      • toLocalId

        public org.kie.efesto.common.api.identifiers.LocalId toLocalId()
        Specified by:
        toLocalId in interface org.kie.efesto.common.api.identifiers.Id
        Overrides:
        toLocalId in class org.kie.efesto.common.api.identifiers.LocalUriId