Class UpdateInfoEntry

    • Method Detail

      • region

        public final String region()

        The name of the Region.

        Returns:
        The name of the Region.
      • statusAsString

        public final String statusAsString()

        The status of the update performed on the directory.

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

        Returns:
        The status of the update performed on the directory.
        See Also:
        UpdateStatus
      • statusReason

        public final String statusReason()

        The reason for the current status of the update type activity.

        Returns:
        The reason for the current status of the update type activity.
      • initiatedBy

        public final String initiatedBy()

        This specifies if the update was initiated by the customer or by the service team.

        Returns:
        This specifies if the update was initiated by the customer or by the service team.
      • newValue

        public final UpdateValue newValue()

        The new value of the target setting.

        Returns:
        The new value of the target setting.
      • previousValue

        public final UpdateValue previousValue()

        The old value of the target setting.

        Returns:
        The old value of the target setting.
      • startTime

        public final Instant startTime()

        The start time of the UpdateDirectorySetup for the particular type.

        Returns:
        The start time of the UpdateDirectorySetup for the particular type.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        The last updated date and time of a particular directory setting.

        Returns:
        The last updated date and time of a particular directory setting.
      • 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)