Class IpRouteInfo

    • Method Detail

      • directoryId

        public final String directoryId()

        Identifier (ID) of the directory associated with the IP addresses.

        Returns:
        Identifier (ID) of the directory associated with the IP addresses.
      • cidrIp

        public final String cidrIp()

        IP address block in the IpRoute.

        Returns:
        IP address block in the IpRoute.
      • addedDateTime

        public final Instant addedDateTime()

        The date and time the address block was added to the directory.

        Returns:
        The date and time the address block was added to the directory.
      • ipRouteStatusReason

        public final String ipRouteStatusReason()

        The reason for the IpRouteStatusMsg.

        Returns:
        The reason for the IpRouteStatusMsg.
      • 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)