Class PageGroup

java.lang.Object
com.nettoolkit.gatekeeper.PageGroup

public class PageGroup extends Object
PageGroup is a model for classifying different pages on your site based on URL.
See Also:
  • Constructor Details

  • Method Details

    • getId

      public UUID getId()
      Get page group ID.
      Returns:
      page group ID
    • getName

      public String getName()
      Get page group name.
      Returns:
      page group name
    • getPageVisitCheck

      public String getPageVisitCheck()
      Get page visit check setting. Page visit check is used to determine how repeat visits to a single page should be counted. Options include "ANY", "UNVISITED", and "UNVISITED_WITHOUT_QUERY".
      Returns:
      page visit check setting
    • getPages

      public List<String> getPages()
      Get list of pages.
      Returns:
      list of pages