Class URLMappingDTO


  • public class URLMappingDTO
    extends Object
    URLMappingDTO
    • Constructor Detail

      • URLMappingDTO

        public URLMappingDTO()
    • Method Detail

      • getAuthScheme

        public String getAuthScheme()
        Get authScheme
        Returns:
        authScheme
      • setAuthScheme

        public void setAuthScheme​(String authScheme)
      • getThrottlingPolicy

        public String getThrottlingPolicy()
        Get throttlingPolicy
        Returns:
        throttlingPolicy
      • setThrottlingPolicy

        public void setThrottlingPolicy​(String throttlingPolicy)
      • getHttpMethod

        public String getHttpMethod()
        Get httpMethod
        Returns:
        httpMethod
      • setHttpMethod

        public void setHttpMethod​(String httpMethod)
      • getUrlPattern

        public String getUrlPattern()
        Get urlPattern
        Returns:
        urlPattern
      • setUrlPattern

        public void setUrlPattern​(String urlPattern)
      • getScopes

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

        public void setScopes​(List<String> scopes)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object