Class NamedKey


  • public class NamedKey
    extends java.lang.Object
    A named key.
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedKey()  
      NamedKey​(java.lang.String key, java.lang.String name)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static NamedKey.NamedKeyBuilder builder()  
      java.lang.String getKey()
      key(String) The value of the entry: a casper `Key` type.
      java.lang.String getName()
      name(String) The name of the entry.
      void setKey​(java.lang.String key)
      key(String) The value of the entry: a casper `Key` type.
      void setName​(java.lang.String name)
      name(String) The name of the entry.
      • Methods inherited from class java.lang.Object

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

      • NamedKey

        public NamedKey​(java.lang.String key,
                        java.lang.String name)
      • NamedKey

        public NamedKey()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        key(String) The value of the entry: a casper `Key` type.
      • getName

        public java.lang.String getName()
        name(String) The name of the entry.
      • setKey

        public void setKey​(java.lang.String key)
        key(String) The value of the entry: a casper `Key` type.
      • setName

        public void setName​(java.lang.String name)
        name(String) The name of the entry.