Class AffectedCookie


  • public class AffectedCookie
    extends java.lang.Object
    Information about a cookie that is affected by an inspector issue.
    • Constructor Summary

      Constructors 
      Constructor Description
      AffectedCookie​(java.lang.String name, java.lang.String path, java.lang.String domain)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDomain()  
      java.lang.String getName()
      The following three properties uniquely identify a cookie
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Object

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

      • AffectedCookie

        public AffectedCookie​(java.lang.String name,
                              java.lang.String path,
                              java.lang.String domain)
    • Method Detail

      • getName

        public java.lang.String getName()
        The following three properties uniquely identify a cookie
      • getPath

        public java.lang.String getPath()
      • getDomain

        public java.lang.String getDomain()