public class APIResourceBean extends Object
| Constructor and Description |
|---|
APIResourceBean(String resourceMethod,
String resourceMethodAuthType,
String resourceMethodThrottlingTier,
String uriTemplate)
constructor of the APIResourceBean Class
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceMethod() |
String |
getResourceMethodAuthType() |
String |
getResourceMethodThrottlingTier() |
String |
getUriTemplate() |
void |
setResourceMethod(String resourceMethod) |
void |
setResourceMethodAuthType(String resourceMethodAuthType) |
void |
setResourceMethodThrottlingTier(String resourceMethodThrottlingTier) |
void |
setUriTemplate(String uriTemplate) |
public APIResourceBean(String resourceMethod, String resourceMethodAuthType, String resourceMethodThrottlingTier, String uriTemplate)
resourceMethod - - Resource method Type. Ex. GET/POST/PUT..resourceMethodAuthType - - Authentication type of the resourceresourceMethodThrottlingTier - - Throttling tier of the resource methoduriTemplate - - URL template of the resourcepublic String getResourceMethod()
public void setResourceMethod(String resourceMethod)
public String getResourceMethodAuthType()
public void setResourceMethodAuthType(String resourceMethodAuthType)
public String getResourceMethodThrottlingTier()
public void setResourceMethodThrottlingTier(String resourceMethodThrottlingTier)
public String getUriTemplate()
public void setUriTemplate(String uriTemplate)
Copyright © 2020 WSO2 Inc. All rights reserved.