public class InboundProfile extends Profile
| Constructor and Description |
|---|
InboundProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getCorsProfile() |
static InboundProfile |
getDefaultInboundProfile() |
boolean |
getMonitorAPI() |
String |
getMonitorSubject() |
String |
getSecurityProfile() |
void |
setCorsProfile(String corsProfile) |
void |
setMonitorAPI(boolean monitorAPI) |
void |
setMonitorSubject(String monitorSubject) |
void |
setSecurityProfile(String securityProfile) |
String |
toString() |
getApiId, getApiMethodId, getApiMethodName, setApiId, setApiMethodId, setApiMethodNamepublic boolean getMonitorAPI()
public void setMonitorAPI(boolean monitorAPI)
public String getMonitorSubject()
public void setMonitorSubject(String monitorSubject)
public String getSecurityProfile()
public void setSecurityProfile(String securityProfile)
public String getCorsProfile()
public void setCorsProfile(String corsProfile)
public static InboundProfile getDefaultInboundProfile()
Copyright © 2020. All rights reserved.