Class TTPsObservedDetail

    • Method Detail

      • tactic

        public final String tactic()

        The tactic used, identified by the investigation.

        Returns:
        The tactic used, identified by the investigation.
      • technique

        public final String technique()

        The technique used, identified by the investigation.

        Returns:
        The technique used, identified by the investigation.
      • procedure

        public final String procedure()

        The procedure used, identified by the investigation.

        Returns:
        The procedure used, identified by the investigation.
      • ipAddress

        public final String ipAddress()

        The IP address where the TTP was observed.

        Returns:
        The IP address where the TTP was observed.
      • apiName

        public final String apiName()

        The name of the API where the TTP was observed.

        Returns:
        The name of the API where the TTP was observed.
      • apiSuccessCount

        public final Long apiSuccessCount()

        The total number of successful API requests.

        Returns:
        The total number of successful API requests.
      • apiFailureCount

        public final Long apiFailureCount()

        The total number of failed API requests.

        Returns:
        The total number of failed API requests.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)