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

com.plivo.api.models.campaign.PhoneNumbers Maven / Gradle / Ivy

Go to download

A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML

There is a newer version: 5.46.0
Show newest version
package com.plivo.api.models.campaign;

public class PhoneNumbers {
  private String number;
  private String status;

  public PhoneNumbers(String number, String status) {
    this.number = number;
    this.status = status;
  }

  public PhoneNumbers() {
  }

  public String getNumber() {
    return number;
  }

  public String getStatus() {
    return status;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy