public class DuMapTraceServiceClient extends BaseDuMapClient
BaseDuMapClient.BodyTypeconfig, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
DuMapTraceServiceClient()
Construct a DuMap trace client with default settings.
|
DuMapTraceServiceClient(BceClientConfiguration configuration)
Construct a DuMap trace client with the specified configurations.
|
| Modifier and Type | Method and Description |
|---|---|
String |
createService(CreateServiceRequest request)
Create a trace service.
|
void |
deleteService(DeleteServiceParam param)
Delete the specified trace service.
|
String |
detailService(DetailServiceParam param)
Query the detail of the specified trace service.
|
protected void |
fillInHeadAndBody(AbstractBceRequest bceRequest,
InternalRequest request,
BaseDuMapClient.BodyType bodyType) |
protected void |
fillParams(InternalRequest request,
Object obj) |
String |
listService(ListServiceParam param)
Query the trace service list of the specified app.
|
void |
updateService(UpdateServiceRequest request)
Update the information of the specified trace service.
|
callDuMap, callDuMap, safeAddQueryParam, toForm, toJsongetClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic DuMapTraceServiceClient()
public DuMapTraceServiceClient(BceClientConfiguration configuration)
configuration - Client configurations.protected void fillParams(InternalRequest request, Object obj)
fillParams in class BaseDuMapClientprotected void fillInHeadAndBody(AbstractBceRequest bceRequest, InternalRequest request, BaseDuMapClient.BodyType bodyType)
fillInHeadAndBody in class BaseDuMapClientpublic String createService(CreateServiceRequest request)
request - Creating trace service request.public void updateService(UpdateServiceRequest request)
request - Updating trace service information request.public void deleteService(DeleteServiceParam param)
param - Deleting trace service request parameters.public String detailService(DetailServiceParam param)
param - Querying trace service detail request parameters.public String listService(ListServiceParam param)
param - Listing trace service request parameters.Copyright © 2019. All rights reserved.