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

com.plivo.api.models.verify.VerifyMeta 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.44.3
Show newest version
package com.plivo.api.models.verify;

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

public class VerifyMeta extends BaseResponse {

  private int limit;
  private String next;
  private String offset;
  private String previous;
  private int totalCount;

  public int getLimit() {
    return limit;
  }

  public String getNext() {
    return next;
  }

  public String getOffset() {
    return offset;
  }

  public String getPrevious() {
    return previous;
  }

  public int getTotalCount() {
    return totalCount;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy