public class MetricAPI extends Object implements org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
Constructor and Description |
---|
MetricAPI() |
Modifier and Type | Method and Description |
---|---|
String |
getContext() |
List<org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPIHandler> |
getHandlers() |
String |
getName() |
org.wso2.carbon.inbound.endpoint.internal.http.api.APIResource[] |
getResources() |
void |
setHandlers(List<org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPIHandler> handlerList) |
void |
setName(String name) |
public org.wso2.carbon.inbound.endpoint.internal.http.api.APIResource[] getResources()
getResources
in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
public String getContext()
getContext
in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
public String getName()
getName
in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
public void setName(String name)
setName
in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
public void setHandlers(List<org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPIHandler> handlerList)
setHandlers
in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
public List<org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPIHandler> getHandlers()
getHandlers
in interface org.wso2.carbon.inbound.endpoint.internal.http.api.InternalAPI
Copyright © 2021 WSO2. All rights reserved.