Class PlacementSummary

    • Method Detail

      • projectName

        public final String projectName()

        The name of the project containing the placement.

        Returns:
        The name of the project containing the placement.
      • placementName

        public final String placementName()

        The name of the placement being summarized.

        Returns:
        The name of the placement being summarized.
      • createdDate

        public final Instant createdDate()

        The date when the placement was originally created, in UNIX epoch time format.

        Returns:
        The date when the placement was originally created, in UNIX epoch time format.
      • updatedDate

        public final Instant updatedDate()

        The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.

        Returns:
        The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then createdDate and updatedDate are the same.
      • 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)