Class ImpossibleTravelDetail

    • Method Detail

      • startingIpAddress

        public final String startingIpAddress()

        IP address where the resource was first used in the impossible travel

        Returns:
        IP address where the resource was first used in the impossible travel
      • endingIpAddress

        public final String endingIpAddress()

        IP address where the resource was last used in the impossible travel.

        Returns:
        IP address where the resource was last used in the impossible travel.
      • startingLocation

        public final String startingLocation()

        Location where the resource was first used in the impossible travel

        Returns:
        Location where the resource was first used in the impossible travel
      • endingLocation

        public final String endingLocation()

        Location where the resource was last used in the impossible travel.

        Returns:
        Location where the resource was last used in the impossible travel.
      • hourlyTimeDelta

        public final Integer hourlyTimeDelta()

        Returns the time difference between the first and last timestamp the resource was used.

        Returns:
        Returns the time difference between the first and last timestamp the resource was used.
      • 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)