Class TenancyRoutePredicateFactory.ContextRequest

  • Enclosing class:
    TenancyRoutePredicateFactory

    protected static class TenancyRoutePredicateFactory.ContextRequest
    extends Object
    A simple POJO for representing the de-serialized X-Context-Request header.
    • Constructor Detail

      • ContextRequest

        public ContextRequest()
    • Method Detail

      • isTenantOnly

        public boolean isTenantOnly()
      • isApplicationOnly

        public boolean isApplicationOnly()
      • getTenantId

        public String getTenantId()
      • getApplicationId

        public String getApplicationId()
      • setTenantId

        public void setTenantId​(String tenantId)
      • setApplicationId

        public void setApplicationId​(String applicationId)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object