Class ZestCookie


  • public class ZestCookie
    extends Object
    Since:
    0.14.0
    • Method Detail

      • getDomain

        public String getDomain()
      • setDomain

        public void setDomain​(String domain)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getExpiryDate

        public Date getExpiryDate()
      • setExpiryDate

        public void setExpiryDate​(Date expiry)
      • isSecure

        public boolean isSecure()
      • setSecure

        public void setSecure​(boolean secure)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object