Class NetworkPathComponent

    • Method Detail

      • componentId

        public final String componentId()

        The identifier of a component in the network path.

        Length Constraints: Minimum of 1. Maximum of 32.

        Returns:
        The identifier of a component in the network path.

        Length Constraints: Minimum of 1. Maximum of 32.

      • componentType

        public final String componentType()

        The type of component.

        Length Constraints: Minimum of 1. Maximum of 32.

        Returns:
        The type of component.

        Length Constraints: Minimum of 1. Maximum of 32.

      • egress

        public final NetworkHeader egress()

        Information about the component that comes after the current component in the network path.

        Returns:
        Information about the component that comes after the current component in the network path.
      • ingress

        public final NetworkHeader ingress()

        Information about the component that comes before the current node in the network path.

        Returns:
        Information about the component that comes before the current node in the network path.
      • 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)