Class Node

    • Method Detail

      • createdTime

        public final Instant createdTime()

        When the node was created.

        Returns:
        When the node was created.
      • description

        public final String description()

        The node's description.

        Returns:
        The node's description.
      • name

        public final String name()

        The node's name.

        Returns:
        The node's name.
      • nodeId

        public final String nodeId()

        The node's ID.

        Returns:
        The node's ID.
      • ownerAccount

        public final String ownerAccount()

        The account ID of the node's owner.

        Returns:
        The account ID of the node's owner.
      • packageArn

        public final String packageArn()

        The node's ARN.

        Returns:
        The node's ARN.
      • packageId

        public final String packageId()

        The node's package ID.

        Returns:
        The node's package ID.
      • packageName

        public final String packageName()

        The node's package name.

        Returns:
        The node's package name.
      • packageVersion

        public final String packageVersion()

        The node's package version.

        Returns:
        The node's package version.
      • patchVersion

        public final String patchVersion()

        The node's patch version.

        Returns:
        The node's patch version.
      • serializableBuilderClass

        public static Class<? extends Node.Builder> serializableBuilderClass()
      • 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)