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

com.plivo.api.models.base.Meta 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.base;
import com.fasterxml.jackson.annotation.JsonInclude;

import java.lang.NoSuchMethodException;

public class Meta {

  protected Long limit;
  protected String next;
  protected Long offset;
  protected String previous;
  protected Long totalCount;

  public Long getLimit() {
    return limit;
  }

  public String getNext() {
    return next;
  }

  public Long getOffset() {
    return offset;
  }

  public String getPrevious() {
    return previous;
  }

  public Long getTotalCount() throws NoSuchMethodException {
    return totalCount;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy