@Alias(value="redirect") public class ApiRedirect extends Object
| Constructor and Description |
|---|
ApiRedirect() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getHostName() |
String |
getHttpRedirectCode() |
ApiProtocol |
getProtocol() |
String |
getReplaceKeyPrefixWith() |
String |
getReplaceKeyWith() |
int |
hashCode() |
void |
setHostName(String hostName) |
void |
setHttpRedirectCode(String httpRedirectCode) |
void |
setProtocol(ApiProtocol protocol) |
void |
setReplaceKeyPrefixWith(String replaceKeyPrefixWith) |
void |
setReplaceKeyWith(String replaceKeyWith) |
public String getHostName()
public void setHostName(String hostName)
public String getHttpRedirectCode()
public void setHttpRedirectCode(String httpRedirectCode)
public ApiProtocol getProtocol()
public void setProtocol(ApiProtocol protocol)
public String getReplaceKeyPrefixWith()
public void setReplaceKeyPrefixWith(String replaceKeyPrefixWith)
public String getReplaceKeyWith()
public void setReplaceKeyWith(String replaceKeyWith)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.