@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public class ListIndicatorsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListIndicatorsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListIndicatorsRequest.Builder |
static class |
ListIndicatorsRequest.SortBy
The field to sort by.
|
Constructor and Description |
---|
ListIndicatorsRequest() |
Modifier and Type | Method and Description |
---|---|
static ListIndicatorsRequest.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’.
|
String |
getCompartmentId()
The OCID of the tenancy (root compartment) that is used to filter results.
|
Integer |
getConfidenceGreaterThanOrEqualTo()
The minimum confidence score of entities to be returned.
|
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.
|
ListIndicatorsRequest.SortBy |
getSortBy()
The field to sort by.
|
SortOrder |
getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.
|
List<String> |
getThreatTypeName()
The threat type of entites to be returned.
|
Date |
getTimeCreatedGreaterThanOrEqualTo()
The oldest created/first seen time of entities to be returned.
|
Date |
getTimeCreatedLessThan()
Return indicators created/first seen before the provided time.
|
Date |
getTimeLastSeenGreaterThanOrEqualTo()
The oldest last seen time of entities to be returned.
|
Date |
getTimeLastSeenLessThan()
Return indicators last seen before the provided time.
|
Date |
getTimeUpdatedGreaterThanOrEqualTo()
The oldest update time of entities to be returned.
|
Date |
getTimeUpdatedLessThan()
Return indicators updated before the provided time.
|
IndicatorType |
getType()
The indicator type of entities to be returned.
|
String |
getValue()
The indicator value of entities to be returned.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListIndicatorsRequest.Builder |
toBuilder()
Return an instance of
ListIndicatorsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getCompartmentId()
The OCID of the tenancy (root compartment) that is used to filter results.
public List<String> getThreatTypeName()
The threat type of entites to be returned. To filter for multiple threat types, repeat this parameter.
public IndicatorType getType()
The indicator type of entities to be returned.
public String getValue()
The indicator value of entities to be returned.
public Integer getConfidenceGreaterThanOrEqualTo()
The minimum confidence score of entities to be returned.
public Date getTimeUpdatedGreaterThanOrEqualTo()
The oldest update time of entities to be returned.
public Date getTimeUpdatedLessThan()
Return indicators updated before the provided time.
public Date getTimeLastSeenGreaterThanOrEqualTo()
The oldest last seen time of entities to be returned.
public Date getTimeLastSeenLessThan()
Return indicators last seen before the provided time.
public Date getTimeCreatedGreaterThanOrEqualTo()
The oldest created/first seen time of entities to be returned.
public Date getTimeCreatedLessThan()
Return indicators created/first seen before the provided time.
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 SortOrder getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.
public ListIndicatorsRequest.SortBy getSortBy()
The field to sort by. Only one field to sort by may be provided.
public String getOpcRequestId()
The client request ID for tracing.
public ListIndicatorsRequest.Builder toBuilder()
Return an instance of ListIndicatorsRequest.Builder
that allows you to modify request properties.
ListIndicatorsRequest.Builder
that allows you to modify request properties.public static ListIndicatorsRequest.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<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2024. All rights reserved.