Class RegistryStatisticsInner


  • public final class RegistryStatisticsInner
    extends Object
    Identity registry statistics.
    • Constructor Detail

      • RegistryStatisticsInner

        public RegistryStatisticsInner()
    • Method Detail

      • totalDeviceCount

        public Long totalDeviceCount()
        Get the totalDeviceCount property: The total count of devices in the identity registry.
        Returns:
        the totalDeviceCount value.
      • enabledDeviceCount

        public Long enabledDeviceCount()
        Get the enabledDeviceCount property: The count of enabled devices in the identity registry.
        Returns:
        the enabledDeviceCount value.
      • disabledDeviceCount

        public Long disabledDeviceCount()
        Get the disabledDeviceCount property: The count of disabled devices in the identity registry.
        Returns:
        the disabledDeviceCount value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.