Class APIResourceBean
- java.lang.Object
-
- org.wso2.am.integration.test.utils.bean.APIResourceBean
-
public class APIResourceBean extends Object
Bean class to contain the HTTP API resource information.
-
-
Constructor Summary
Constructors Constructor Description APIResourceBean(String resourceMethod, String resourceMethodAuthType, String resourceMethodThrottlingTier, String uriTemplate)constructor of the APIResourceBean Class
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceMethod()StringgetResourceMethodAuthType()StringgetResourceMethodThrottlingTier()StringgetUriTemplate()voidsetResourceMethod(String resourceMethod)voidsetResourceMethodAuthType(String resourceMethodAuthType)voidsetResourceMethodThrottlingTier(String resourceMethodThrottlingTier)voidsetUriTemplate(String uriTemplate)
-
-
-
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 resourceresourceMethodThrottlingTier- - Throttling tier of the resource methoduriTemplate- - 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)
-
-