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

com.plivo.api.models.phlo.PhloUpdateResponse 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.phlo;

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

public class PhloUpdateResponse extends BaseResponse {
  private String phloId;
  private String phloRunId;
  private String error;

  public String getPhloId() {
    return phloId;
  }

  public String getPhloRunId() {
    return phloRunId;
  }

  public String getError() {
    return error;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy