Class DomainStats

    • Method Detail

      • profileCount

        public final Long profileCount()

        The total number of profiles currently in the domain.

        Returns:
        The total number of profiles currently in the domain.
      • meteringProfileCount

        public final Long meteringProfileCount()

        The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.

        Returns:
        The number of profiles that you are currently paying for in the domain. If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
      • objectCount

        public final Long objectCount()

        The total number of objects in domain.

        Returns:
        The total number of objects in domain.
      • totalSize

        public final Long totalSize()

        The total size, in bytes, of all objects in the domain.

        Returns:
        The total size, in bytes, of all objects in the domain.
      • 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)