Class NotificationHubStatusSummary

    • Method Detail

      • status

        public final NotificationHubStatus status()

        Status information about the NotificationHub.

        • Values:

          • ACTIVE

            • Incoming NotificationEvents are replicated to this NotificationHub.

          • REGISTERING

            • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

          • DEREGISTERING

            • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.

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

        Returns:
        Status information about the NotificationHub.

        • Values:

          • ACTIVE

            • Incoming NotificationEvents are replicated to this NotificationHub.

          • REGISTERING

            • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

          • DEREGISTERING

            • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.

        See Also:
        NotificationHubStatus
      • statusAsString

        public final String statusAsString()

        Status information about the NotificationHub.

        • Values:

          • ACTIVE

            • Incoming NotificationEvents are replicated to this NotificationHub.

          • REGISTERING

            • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

          • DEREGISTERING

            • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.

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

        Returns:
        Status information about the NotificationHub.

        • Values:

          • ACTIVE

            • Incoming NotificationEvents are replicated to this NotificationHub.

          • REGISTERING

            • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

          • DEREGISTERING

            • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration with this status.

        See Also:
        NotificationHubStatus
      • reason

        public final String reason()

        An explanation for the current status.

        Returns:
        An explanation for the current status.
      • 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)