Class AccountNamedKey


  • public class AccountNamedKey
    extends java.lang.Object
    Account named key for dictionary item calls
    Since:
    0.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      AccountNamedKey()  
      AccountNamedKey​(java.lang.String dictionaryItemKey, java.lang.String dictionaryName, java.lang.String key)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static AccountNamedKey.AccountNamedKeyBuilder builder()  
      java.lang.String getDictionaryItemKey()
      The dictionary item key formatted as a string
      java.lang.String getDictionaryName()
      The dictionary item key formatted as a string
      java.lang.String getKey()
      The account key as a formatted string whose named keys contains dictionary_name.
      void setDictionaryItemKey​(java.lang.String dictionaryItemKey)
      The dictionary item key formatted as a string
      void setDictionaryName​(java.lang.String dictionaryName)
      The dictionary item key formatted as a string
      void setKey​(java.lang.String key)
      The account key as a formatted string whose named keys contains dictionary_name.
      • Methods inherited from class java.lang.Object

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

      • AccountNamedKey

        public AccountNamedKey()
      • AccountNamedKey

        public AccountNamedKey​(java.lang.String dictionaryItemKey,
                               java.lang.String dictionaryName,
                               java.lang.String key)
    • Method Detail

      • getDictionaryItemKey

        public java.lang.String getDictionaryItemKey()
        The dictionary item key formatted as a string
      • getDictionaryName

        public java.lang.String getDictionaryName()
        The dictionary item key formatted as a string
      • getKey

        public java.lang.String getKey()
        The account key as a formatted string whose named keys contains dictionary_name.
      • setDictionaryItemKey

        public void setDictionaryItemKey​(java.lang.String dictionaryItemKey)
        The dictionary item key formatted as a string
      • setDictionaryName

        public void setDictionaryName​(java.lang.String dictionaryName)
        The dictionary item key formatted as a string
      • setKey

        public void setKey​(java.lang.String key)
        The account key as a formatted string whose named keys contains dictionary_name.