Class UpdateGatewayCapabilityConfigurationResponse

    • Method Detail

      • capabilityNamespace

        public final String capabilityNamespace()

        The namespace of the gateway capability.

        Returns:
        The namespace of the gateway capability.
      • capabilitySyncStatus

        public final CapabilitySyncStatus capabilitySyncStatus()

        The synchronization status of the capability configuration. The sync status can be one of the following:

        • IN_SYNC – The gateway is running the capability configuration.

        • OUT_OF_SYNC – The gateway hasn't received the capability configuration.

        • SYNC_FAILED – The gateway rejected the capability configuration.

        After you update a capability configuration, its sync status is OUT_OF_SYNC until the gateway receives and applies or rejects the updated configuration.

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

        Returns:
        The synchronization status of the capability configuration. The sync status can be one of the following:

        • IN_SYNC – The gateway is running the capability configuration.

        • OUT_OF_SYNC – The gateway hasn't received the capability configuration.

        • SYNC_FAILED – The gateway rejected the capability configuration.

        After you update a capability configuration, its sync status is OUT_OF_SYNC until the gateway receives and applies or rejects the updated configuration.

        See Also:
        CapabilitySyncStatus
      • capabilitySyncStatusAsString

        public final String capabilitySyncStatusAsString()

        The synchronization status of the capability configuration. The sync status can be one of the following:

        • IN_SYNC – The gateway is running the capability configuration.

        • OUT_OF_SYNC – The gateway hasn't received the capability configuration.

        • SYNC_FAILED – The gateway rejected the capability configuration.

        After you update a capability configuration, its sync status is OUT_OF_SYNC until the gateway receives and applies or rejects the updated configuration.

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

        Returns:
        The synchronization status of the capability configuration. The sync status can be one of the following:

        • IN_SYNC – The gateway is running the capability configuration.

        • OUT_OF_SYNC – The gateway hasn't received the capability configuration.

        • SYNC_FAILED – The gateway rejected the capability configuration.

        After you update a capability configuration, its sync status is OUT_OF_SYNC until the gateway receives and applies or rejects the updated configuration.

        See Also:
        CapabilitySyncStatus
      • 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