Package io.constructor.client.models
Class RedirectRuleMatch
java.lang.Object
io.constructor.client.models.RedirectRuleMatch
Constructor.io Redirect Rule Match ... uses Gson/Reflection to load data in
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()voidsetId(int id) voidsetMatchType(String matchType) voidsetPattern(String pattern)
-
Constructor Details
-
RedirectRuleMatch
public RedirectRuleMatch()
-
-
Method Details
-
getPattern
- Returns:
- the redirect match pattern
-
getMatchType
- Returns:
- the redirect match type
-
getId
public int getId()- Returns:
- the id of the redirect match
-
setPattern
-
setMatchType
-
setId
public void setId(int id)
-