Class DeviceMinutes

    • Method Detail

      • total

        public final Double total()

        When specified, represents the total minutes used by the resource to run tests.

        Returns:
        When specified, represents the total minutes used by the resource to run tests.
      • metered

        public final Double metered()

        When specified, represents only the sum of metered minutes used by the resource to run tests.

        Returns:
        When specified, represents only the sum of metered minutes used by the resource to run tests.
      • unmetered

        public final Double unmetered()

        When specified, represents only the sum of unmetered minutes used by the resource to run tests.

        Returns:
        When specified, represents only the sum of unmetered minutes used by the resource to run tests.
      • 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)