public class RedirectRule extends Object implements Serializable
| Constructor and Description |
|---|
RedirectRule() |
RedirectRule(String protocol,
String hostName,
String replaceKeyPrefixWith,
String replaceKeyWith,
String httpRedirectCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHostName() |
String |
getHttpRedirectCode() |
String |
getProtocol() |
String |
getReplaceKeyPrefixWith() |
String |
getReplaceKeyWith() |
int |
hashCode() |
public String getProtocol()
public String getHostName()
public String getReplaceKeyPrefixWith()
public String getReplaceKeyWith()
public String getHttpRedirectCode()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.