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

com.plivo.api.models.node.NodeUpdateResponse 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.node;

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

public class NodeUpdateResponse extends BaseResponse {
  private String error;

  public String getError()
  {
    return error;
  }
  public void setError(String error) {
    this.error = error;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy