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.
      • applicationStateAsString

        public final String applicationStateAsString()

        The current state of the web application.

        If the service returns an enum value that is not available in the current SDK version, applicationState will return ApplicationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from applicationStateAsString().

        Returns:
        The current state of the web application.
        See Also:
        ApplicationState
      • 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)