Class CoreNetworkChangeEventValues

    • Method Detail

      • edgeLocation

        public final String edgeLocation()

        The edge location for the core network change event.

        Returns:
        The edge location for the core network change event.
      • segmentName

        public final String segmentName()

        The segment name if the change event is associated with a segment.

        Returns:
        The segment name if the change event is associated with a segment.
      • attachmentId

        public final String attachmentId()

        The ID of the attachment if the change event is associated with an attachment.

        Returns:
        The ID of the attachment if the change event is associated with an attachment.
      • cidr

        public final String cidr()

        For a STATIC_ROUTE event, this is the IP address.

        Returns:
        For a STATIC_ROUTE event, this is the IP address.
      • 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)