Class URLMappingDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.URLMappingDTO
URLMappingDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddScopesItem(String scopesItem) authScheme(String authScheme) booleanGet authSchemeGet httpMethodGet scopesGet throttlingPolicyGet urlPatterninthashCode()httpMethod(String httpMethod) voidsetAuthScheme(String authScheme) voidsetHttpMethod(String httpMethod) voidvoidsetThrottlingPolicy(String throttlingPolicy) voidsetUrlPattern(String urlPattern) throttlingPolicy(String throttlingPolicy) toString()urlPattern(String urlPattern)
-
Constructor Details
-
URLMappingDTO
public URLMappingDTO()
-
-
Method Details
-
authScheme
-
getAuthScheme
Get authScheme- Returns:
- authScheme
-
setAuthScheme
-
throttlingPolicy
-
getThrottlingPolicy
Get throttlingPolicy- Returns:
- throttlingPolicy
-
setThrottlingPolicy
-
httpMethod
-
getHttpMethod
Get httpMethod- Returns:
- httpMethod
-
setHttpMethod
-
urlPattern
-
getUrlPattern
Get urlPattern- Returns:
- urlPattern
-
setUrlPattern
-
scopes
-
addScopesItem
-
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
equals
-
hashCode
public int hashCode() -
toString
-