@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public class SummarizeIndicatorsRequest extends BmcRequest<SummarizeIndicatorsDetails>
Example: Click here to see how to use SummarizeIndicatorsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
SummarizeIndicatorsRequest.Builder |
Constructor and Description |
---|
SummarizeIndicatorsRequest() |
Modifier and Type | Method and Description |
---|---|
static SummarizeIndicatorsRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
SummarizeIndicatorsDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getCompartmentId()
The OCID of the tenancy (root compartment) that is used to filter results.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
String |
getPage()
A token representing the position at which to start retrieving results.
|
SummarizeIndicatorsDetails |
getSummarizeIndicatorsDetails()
Query Parameters to search for indicators.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
SummarizeIndicatorsRequest.Builder |
toBuilder()
Return an instance of
SummarizeIndicatorsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getCompartmentId()
The OCID of the tenancy (root compartment) that is used to filter results.
public SummarizeIndicatorsDetails getSummarizeIndicatorsDetails()
Query Parameters to search for indicators.
public String getOpcRequestId()
The client request ID for tracing.
public Integer getLimit()
The maximum number of items to return.
public String getPage()
A token representing the position at which to start retrieving results. This must come from
the opc-next-page
header field of a previous response.
public SummarizeIndicatorsDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<SummarizeIndicatorsDetails>
public SummarizeIndicatorsRequest.Builder toBuilder()
Return an instance of SummarizeIndicatorsRequest.Builder
that allows you to modify request properties.
SummarizeIndicatorsRequest.Builder
that allows you to modify request properties.public static SummarizeIndicatorsRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<SummarizeIndicatorsDetails>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<SummarizeIndicatorsDetails>
Copyright © 2016–2024. All rights reserved.