public class UrlRule extends JsonObject
| Constructor and Description |
|---|
UrlRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getDst() |
String |
getSrc() |
void |
setAction(String action) |
void |
setDst(String dst) |
void |
setSrc(String src) |
UrlRule |
withAction(String action) |
UrlRule |
withDst(String dst) |
UrlRule |
withSrc(String src) |
toStringCopyright © 2022. All rights reserved.