All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.sms_activate.response.api_rent.extra.SMSActivateRentNumber Maven / Gradle / Ivy

There is a newer version: 1.5.9
Show newest version
package ru.sms_activate.response.api_rent.extra;

public class SMSActivateRentNumber {
  /**
   * Id rent.
   */
  private int id;

  /**
   * Phone number.
   */
  private long phone;

  private SMSActivateRentNumber() {
  }

  /**
   * Returns the id rent.
   *
   * @return id rent.
   */
  public int getId() {
    return id;
  }

  /**
   * Phone number.
   *
   * @return phone number.
   */
  public long getNumber() {
    return phone;
  }

  @Override
  public String toString() {
    return "SMSActivateRentNumber{" +
      "id=" + id +
      ", phone=" + phone +
      '}';
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy