java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.URLMappingDTO

public class URLMappingDTO extends Object
URLMappingDTO
  • Constructor Details

    • URLMappingDTO

      public URLMappingDTO()
  • Method Details

    • 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)
    • getScopes

      public List<String> getScopes()
      Get scopes
      Returns:
      scopes
    • setScopes

      public void setScopes(List<String> scopes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object