
com.plivo.api.models.campaign.OperatorDetail Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plivo-java Show documentation
Show all versions of plivo-java Show documentation
A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML
package com.plivo.api.models.campaign;
import com.plivo.api.models.base.BaseResponse;
import java.util.List;
public class OperatorDetail {
private String brandTier;
private String tpm;
/**
* @return String return the brandTier
*/
public String getBrandTier() {
return brandTier;
}
/**
* @return String return the tpm
*/
public String getTpm() {
return tpm;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy