Package com.axway.apim.api.model
Class InboundProfile
- java.lang.Object
-
- com.axway.apim.api.model.Profile
-
- com.axway.apim.api.model.InboundProfile
-
public class InboundProfile extends Profile
-
-
Constructor Summary
Constructors Constructor Description InboundProfile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetCorsProfile()static InboundProfilegetDefaultInboundProfile()booleangetMonitorAPI()StringgetMonitorSubject()StringgetSecurityProfile()inthashCode()booleanisQueryStringPassThrough()voidsetCorsProfile(String corsProfile)voidsetMonitorAPI(boolean monitorAPI)voidsetMonitorSubject(String monitorSubject)voidsetQueryStringPassThrough(boolean queryStringPassThrough)voidsetSecurityProfile(String securityProfile)StringtoString()-
Methods inherited from class com.axway.apim.api.model.Profile
getApiId, getApiMethodId, getApiMethodName, setApiId, setApiMethodId, setApiMethodName
-
-
-
-
Method Detail
-
getMonitorAPI
public boolean getMonitorAPI()
-
setMonitorAPI
public void setMonitorAPI(boolean monitorAPI)
-
getMonitorSubject
public String getMonitorSubject()
-
setMonitorSubject
public void setMonitorSubject(String monitorSubject)
-
getSecurityProfile
public String getSecurityProfile()
-
setSecurityProfile
public void setSecurityProfile(String securityProfile)
-
getCorsProfile
public String getCorsProfile()
-
setCorsProfile
public void setCorsProfile(String corsProfile)
-
isQueryStringPassThrough
public boolean isQueryStringPassThrough()
-
setQueryStringPassThrough
public void setQueryStringPassThrough(boolean queryStringPassThrough)
-
getDefaultInboundProfile
public static InboundProfile getDefaultInboundProfile()
-
-