Class RedirectRuleMatch

java.lang.Object
io.constructor.client.models.RedirectRuleMatch

public class RedirectRuleMatch extends Object
Constructor.io Redirect Rule Match ... uses Gson/Reflection to load data in
  • Constructor Details

    • RedirectRuleMatch

      public RedirectRuleMatch()
  • Method Details

    • getPattern

      public String getPattern()
      Returns:
      the redirect match pattern
    • getMatchType

      public String getMatchType()
      Returns:
      the redirect match type
    • getId

      public int getId()
      Returns:
      the id of the redirect match
    • setPattern

      public void setPattern(String pattern)
    • setMatchType

      public void setMatchType(String matchType)
    • setId

      public void setId(int id)