public static class Application.APIRequestGetAppInsights extends APIRequest<APINode>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>, APIRequest.ResponseWrapper| Modifier and Type | Field and Description |
|---|---|
static String[] |
FIELDS |
static String[] |
PARAMS |
context, endpoint, method, nodeId, paramNames, params, parser, returnFields, USER_AGENT, useVideoEndpoint| Constructor and Description |
|---|
APIRequestGetAppInsights(String nodeId,
APIContext context) |
addToBatch, addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestGetAppInsights(String nodeId, APIContext context)
public APINodeList<APINode> getLastResponse()
getLastResponse in class APIRequest<APINode>public APINodeList<APINode> parseResponse(String response, String header) throws APIException
parseResponse in class APIRequest<APINode>APIExceptionpublic APINodeList<APINode> execute() throws APIException
execute in class APIRequest<APINode>APIExceptionpublic APINodeList<APINode> execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<APINode>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<APINode>> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<APINodeList<APINode>> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Application.APIRequestGetAppInsights setParam(String param, Object value)
setParam in class APIRequest<APINode>public Application.APIRequestGetAppInsights setParams(Map<String,Object> params)
setParams in class APIRequest<APINode>public Application.APIRequestGetAppInsights setAggregateby(Application.EnumAggregateby aggregateby)
public Application.APIRequestGetAppInsights setAggregateby(String aggregateby)
public Application.APIRequestGetAppInsights setBreakdowns(List<String> breakdowns)
public Application.APIRequestGetAppInsights setBreakdowns(String breakdowns)
public Application.APIRequestGetAppInsights setEcosystem(Application.EnumEcosystem ecosystem)
public Application.APIRequestGetAppInsights setEcosystem(String ecosystem)
public Application.APIRequestGetAppInsights setEventName(String eventName)
public Application.APIRequestGetAppInsights setIntervalsToAggregate(Long intervalsToAggregate)
public Application.APIRequestGetAppInsights setIntervalsToAggregate(String intervalsToAggregate)
public Application.APIRequestGetAppInsights setMetricKey(String metricKey)
public Application.APIRequestGetAppInsights setPeriod(Application.EnumPeriod period)
public Application.APIRequestGetAppInsights setPeriod(String period)
public Application.APIRequestGetAppInsights setSince(String since)
public Application.APIRequestGetAppInsights setUntil(String until)
public Application.APIRequestGetAppInsights requestAllFields()
public Application.APIRequestGetAppInsights requestAllFields(boolean value)
public Application.APIRequestGetAppInsights requestFields(List<String> fields)
requestFields in class APIRequest<APINode>public Application.APIRequestGetAppInsights requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<APINode>public Application.APIRequestGetAppInsights requestField(String field)
requestField in class APIRequest<APINode>public Application.APIRequestGetAppInsights requestField(String field, boolean value)
requestField in class APIRequest<APINode>Copyright © 2020. All rights reserved.