Class EntitySummary

    • Method Detail

      • entityId

        public final String entityId()

        The ID of the entity.

        Returns:
        The ID of the entity.
      • entityName

        public final String entityName()

        The name of the entity.

        Returns:
        The name of the entity.
      • arn

        public final String arn()

        The ARN of the entity.

        Returns:
        The ARN of the entity.
      • parentEntityId

        public final String parentEntityId()

        The ID of the parent entity.

        Returns:
        The ID of the parent entity.
      • status

        public final Status status()

        The current status of the entity.

        Returns:
        The current status of the entity.
      • description

        public final String description()

        The description of the entity.

        Returns:
        The description of the entity.
      • hasChildEntities

        public final Boolean hasChildEntities()

        An eventual Boolean value that specifies whether the entity has child entities or not.

        Returns:
        An eventual Boolean value that specifies whether the entity has child entities or not.
      • creationDateTime

        public final Instant creationDateTime()

        The date and time when the entity was created.

        Returns:
        The date and time when the entity was created.
      • updateDateTime

        public final Instant updateDateTime()

        The last date and time when the entity was updated.

        Returns:
        The last date and time when the entity was updated.
      • 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)