Class InterlinkProperties.Package

java.lang.Object
com.broadleafcommerce.data.tracking.core.interlink.autoconfigure.InterlinkProperties.Package
Enclosing class:
InterlinkProperties

public static class InterlinkProperties.Package extends Object
Values generally detected and set by the Broadleaf starter architecture at runtime
  • Constructor Details

    • Package

      public Package()
  • Method Details

    • getDomain

      public String getDomain()
      The domain representing the current flexpackage
    • getPort

      public String getPort()
      The port for the current flexpackage
    • setDomain

      public void setDomain(String domain)
      The domain representing the current flexpackage
    • setPort

      public void setPort(String port)
      The port for the current flexpackage
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object