Class CommitmentInformation

    • Method Detail

      • commitmentConfiguration

        public final CommitmentConfiguration commitmentConfiguration()

        The duration and renewal status of the commitment period for the radio unit.

        Returns:
        The duration and renewal status of the commitment period for the radio unit.
      • expiresOn

        public final Instant expiresOn()

        The date and time that the commitment period ends. If you do not cancel or renew the commitment before the expiration date, you will be billed at the 60-day-commitment rate.

        Returns:
        The date and time that the commitment period ends. If you do not cancel or renew the commitment before the expiration date, you will be billed at the 60-day-commitment rate.
      • startAt

        public final Instant startAt()

        The date and time that the commitment period started.

        Returns:
        The date and time that the commitment period started.
      • 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)