Class 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.

    • Constructor Detail

      • ListIndicatorsRequest

        public ListIndicatorsRequest()
    • 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’.
      • getOpcRequestId

        public String getOpcRequestId()
        The client request ID for tracing.
      • 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 class BmcRequest<Void>
      • hashCode

        public int hashCode()
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to generate a hash.
        Overrides:
        hashCode in class BmcRequest<Void>