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
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
void
setId
(int id) void
setMatchType
(String matchType) void
setPattern
(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)
-