Class ListIndicatorsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.threatintelligence.requests.ListIndicatorsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public class ListIndicatorsRequest extends BmcRequest<Void>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/threatintelligence/ListIndicatorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIndicatorsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListIndicatorsRequest.Builder
static class
ListIndicatorsRequest.SortBy
The field to sort by.
-
Constructor Summary
Constructors Constructor Description ListIndicatorsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 ofListIndicatorsRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getCompartmentId
public String getCompartmentId()
The OCID of the tenancy (root compartment) that is used to filter results.
-
getThreatTypeName
public List<String> getThreatTypeName()
The threat type of entites to be returned.To filter for multiple threat types, repeat this parameter.
-
getType
public IndicatorType getType()
The indicator type of entities to be returned.
-
getValue
public String getValue()
The indicator value of entities to be returned.
-
getConfidenceGreaterThanOrEqualTo
public Integer getConfidenceGreaterThanOrEqualTo()
The minimum confidence score of entities to be returned.
-
getTimeUpdatedGreaterThanOrEqualTo
public Date getTimeUpdatedGreaterThanOrEqualTo()
The oldest update time of entities to be returned.
-
getTimeUpdatedLessThan
public Date getTimeUpdatedLessThan()
Return indicators updated before the provided time.
-
getTimeLastSeenGreaterThanOrEqualTo
public Date getTimeLastSeenGreaterThanOrEqualTo()
The oldest last seen time of entities to be returned.
-
getTimeLastSeenLessThan
public Date getTimeLastSeenLessThan()
Return indicators last seen before the provided time.
-
getTimeCreatedGreaterThanOrEqualTo
public Date getTimeCreatedGreaterThanOrEqualTo()
The oldest created/first seen time of entities to be returned.
-
getTimeCreatedLessThan
public Date getTimeCreatedLessThan()
Return indicators created/first seen before the provided time.
-
getLimit
public Integer getLimit()
The maximum number of items to return.
-
getPage
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.
-
getSortOrder
public SortOrder getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.
-
getSortBy
public ListIndicatorsRequest.SortBy getSortBy()
The field to sort by.Only one field to sort by may be provided.
-
getOpcRequestId
public String getOpcRequestId()
The client request ID for tracing.
-
toBuilder
public ListIndicatorsRequest.Builder toBuilder()
Return an instance ofListIndicatorsRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
ListIndicatorsRequest.Builder
that allows you to modify request properties.
-
builder
public static ListIndicatorsRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<Void>
-
-