Class TagModelSessionKey

  • All Implemented Interfaces:
    Cloneable

    public class TagModelSessionKey
    extends TagModel
    • Constructor Detail

      • TagModelSessionKey

        public TagModelSessionKey()
      • TagModelSessionKey

        public TagModelSessionKey​(String method,
                                  String uri,
                                  String iv,
                                  String keyFormat,
                                  String keyFormatVersions)
    • Method Detail

      • getUri

        public String getUri()
        Returns:
        the uri
      • setUri

        public void setUri​(String uri)
        Parameters:
        uri - the uri to set
      • getIv

        public String getIv()
        Returns:
        the iv
      • setIv

        public void setIv​(String iv)
        Parameters:
        iv - the iv to set
      • getKeyFormat

        public String getKeyFormat()
        Returns:
        the keyFormat
      • setKeyFormat

        public void setKeyFormat​(String keyFormat)
        Parameters:
        keyFormat - the keyFormat to set
      • getKeyFormatVersions

        public String getKeyFormatVersions()
        Returns:
        the keyFormatVersions
      • setKeyFormatVersions

        public void setKeyFormatVersions​(String keyFormatVersions)
        Parameters:
        keyFormatVersions - the keyFormatVersions to set
      • toString

        public String toString()
        Specified by:
        toString in class TagModel
      • write

        public void write​(TagWriter writer)
                   throws java.io.IOException
        Specified by:
        write in class TagModel
        Throws:
        java.io.IOException
      • isValid

        public boolean isValid​(Integer version)
        Specified by:
        isValid in class TagModel
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class TagModel