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

com.twitter.ThriftNamespaceMapping Maven / Gradle / Ivy

The newest version!
package com.twitter;

public class ThriftNamespaceMapping {
  public String getTo() {
    return to;
  }

  public void setTo(String to) {
    this.to = to;
  }

  public String getFrom() {
    return from;
  }

  public void setFrom(String from) {
    this.from = from;
  }

  private String from;
  private String to;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy