Class ApplicationSummary

    • Method Detail

      • applicationId

        public final String applicationId()

        The unique Id of the web application.

        Returns:
        The unique Id of the web application.
      • applicationName

        public final String applicationName()

        The name of the web application.

        Returns:
        The name of the web application.
      • applicationDescription

        public final String applicationDescription()

        An optional description of the web application.

        Returns:
        An optional description of the web application.
      • applicationUrl

        public final String applicationUrl()

        The URL of the web application.

        Returns:
        The URL of the web application.
      • applicationCreationDate

        public final Long applicationCreationDate()

        The date (in Unix epoch time) when the web application was created.

        Returns:
        The date (in Unix epoch time) when the web application was created.
      • applicationLastUpdateDate

        public final Long applicationLastUpdateDate()

        The date (in Unix epoch time) when the web application was last updated.

        Returns:
        The date (in Unix epoch time) when the web application was last 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)