类 Billing.Reservation

  • 封闭类:
    Billing

    public static class Billing.Reservation
    extends Object
    The reservation model to specify the detail to buy.
    • 构造器详细资料

      • Reservation

        public Reservation()
    • 方法详细资料

      • getReservationLength

        public int getReservationLength()
      • setReservationLength

        public void setReservationLength​(int reservationLength)
      • getReservationTimeUnit

        public String getReservationTimeUnit()
      • setReservationTimeUnit

        public void setReservationTimeUnit​(String reservationTimeUnit)
      • withReservationLength

        public Billing.Reservation withReservationLength​(int reservationLength)