Class QueryRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<QueryDetails>
- 
- com.oracle.bmc.apmtraces.requests.QueryRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public class QueryRequest extends BmcRequest<QueryDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmtraces/QueryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use QueryRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classQueryRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description QueryRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QueryRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetApmDomainId()The APM Domain ID for the intended request.QueryDetailsgetBody$()Alternative accessor for the body parameter.IntegergetLimit()The maximum number of items to return.StringgetOpcRequestId()Unique Oracle-assigned identifier for the request.StringgetPage()The page token representing the page where to start retrieving results.QueryDetailsgetQueryDetails()Request body containing the query to be run against the trace, span, services, background queries and other metric data and to filter and retrieve the results.DategetTimeSpanStartedGreaterThanOrEqualTo()Include spans that have a spanStartTime equal to or greater than this value.DategetTimeSpanStartedLessThan()Include spans that have a spanStartTime less than this value.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.QueryRequest.BuildertoBuilder()Return an instance ofQueryRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getApmDomainIdpublic String getApmDomainId() The APM Domain ID for the intended request.
 - 
getTimeSpanStartedGreaterThanOrEqualTopublic Date getTimeSpanStartedGreaterThanOrEqualTo() Include spans that have a spanStartTime equal to or greater than this value.Also, include logs and traces that have startTime greater than this value. 
 - 
getTimeSpanStartedLessThanpublic Date getTimeSpanStartedLessThan() Include spans that have a spanStartTime less than this value.Also, include traces that have startTime less than this value and logs that have endTime less than this value. 
 - 
getQueryDetailspublic QueryDetails getQueryDetails() Request body containing the query to be run against the trace, span, services, background queries and other metric data and to filter and retrieve the results.
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. 
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.
 - 
getPagepublic String getPage() The page token representing the page where to start retrieving results.This is usually retrieved from a previous response. 
 - 
getBody$public QueryDetails getBody$() Alternative accessor for the body parameter.- Overrides:
- getBody$in class- BmcRequest<QueryDetails>
- Returns:
- body parameter
 
 - 
toBuilderpublic QueryRequest.Builder toBuilder() Return an instance ofQueryRequest.Builderthat allows you to modify request properties.- Returns:
- instance of QueryRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static QueryRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<QueryDetails>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<QueryDetails>
 
 
- 
 
-