Class URLMappingDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.gateway.api.v2.dto.URLMappingDTO
-
public class URLMappingDTO extends Object
URLMappingDTO
-
-
Constructor Summary
Constructors Constructor Description URLMappingDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLMappingDTOaddScopesItem(String scopesItem)URLMappingDTOauthScheme(String authScheme)booleanequals(Object o)StringgetAuthScheme()Get authSchemeStringgetHttpMethod()Get httpMethodList<String>getScopes()Get scopesStringgetThrottlingPolicy()Get throttlingPolicyStringgetUrlPattern()Get urlPatterninthashCode()URLMappingDTOhttpMethod(String httpMethod)URLMappingDTOscopes(List<String> scopes)voidsetAuthScheme(String authScheme)voidsetHttpMethod(String httpMethod)voidsetScopes(List<String> scopes)voidsetThrottlingPolicy(String throttlingPolicy)voidsetUrlPattern(String urlPattern)URLMappingDTOthrottlingPolicy(String throttlingPolicy)StringtoString()URLMappingDTOurlPattern(String urlPattern)
-
-
-
Method Detail
-
authScheme
public URLMappingDTO authScheme(String authScheme)
-
getAuthScheme
public String getAuthScheme()
Get authScheme- Returns:
- authScheme
-
setAuthScheme
public void setAuthScheme(String authScheme)
-
throttlingPolicy
public URLMappingDTO throttlingPolicy(String throttlingPolicy)
-
getThrottlingPolicy
public String getThrottlingPolicy()
Get throttlingPolicy- Returns:
- throttlingPolicy
-
setThrottlingPolicy
public void setThrottlingPolicy(String throttlingPolicy)
-
httpMethod
public URLMappingDTO httpMethod(String httpMethod)
-
getHttpMethod
public String getHttpMethod()
Get httpMethod- Returns:
- httpMethod
-
setHttpMethod
public void setHttpMethod(String httpMethod)
-
urlPattern
public URLMappingDTO urlPattern(String urlPattern)
-
getUrlPattern
public String getUrlPattern()
Get urlPattern- Returns:
- urlPattern
-
setUrlPattern
public void setUrlPattern(String urlPattern)
-
scopes
public URLMappingDTO scopes(List<String> scopes)
-
addScopesItem
public URLMappingDTO addScopesItem(String scopesItem)
-
-