Class ResourceKeyId

    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceKeyId​(java.lang.String key, java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceKeyId

        public ResourceKeyId​(@Nonnull
                             java.lang.String key,
                             @Nonnull
                             java.lang.String id)
    • Method Detail

      • getKey

        public java.lang.String getKey()