Class APIResourceBean


  • public class APIResourceBean
    extends Object
    Bean class to contain the HTTP API resource information.
    • Constructor Detail

      • APIResourceBean

        public APIResourceBean​(String resourceMethod,
                               String resourceMethodAuthType,
                               String resourceMethodThrottlingTier,
                               String uriTemplate)
        constructor of the APIResourceBean Class
        Parameters:
        resourceMethod - - Resource method Type. Ex. GET/POST/PUT..
        resourceMethodAuthType - - Authentication type of the resource
        resourceMethodThrottlingTier - - Throttling tier of the resource method
        uriTemplate - - URL template of the resource
    • Method Detail

      • getResourceMethod

        public String getResourceMethod()
      • setResourceMethod

        public void setResourceMethod​(String resourceMethod)
      • getResourceMethodAuthType

        public String getResourceMethodAuthType()
      • setResourceMethodAuthType

        public void setResourceMethodAuthType​(String resourceMethodAuthType)
      • getResourceMethodThrottlingTier

        public String getResourceMethodThrottlingTier()
      • setResourceMethodThrottlingTier

        public void setResourceMethodThrottlingTier​(String resourceMethodThrottlingTier)
      • getUriTemplate

        public String getUriTemplate()
      • setUriTemplate

        public void setUriTemplate​(String uriTemplate)