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

com.plivo.api.models.verify.VerifyCallerIdResponse 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.verify;

import com.plivo.api.models.base.BaseResponse;

public class VerifyCallerIdResponse extends BaseResponse {

  private String alias;
  private String apiId;
  private String channel;
  private String country;
  private String createdAt;
  private String phoneNumber;
  private String verificationUuid;
  private String subaccount;

  public String getAlias() {
    return alias;
  }

  public String getChannel() {
    return channel;
  }

  public String getCountry() {
    return country;
  }

  public String getCreatedAt() {
    return createdAt;
  }

  public String getPhoneNumber() {
    return phoneNumber;
  }

  public String getVerificationUuid() {
    return verificationUuid;
  }

  public String getSubaccount() {
    return subaccount;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy