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

com.belerweb.social.qq.mail.bean.Tel Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.belerweb.social.qq.mail.bean;

public class Tel {

  private String label;
  private String type;
  private String num;

  public String getLabel() {
    return label;
  }

  public void setLabel(String label) {
    this.label = label;
  }

  public String getType() {
    return type;
  }

  public void setType(String type) {
    this.type = type;
  }

  public String getNum() {
    return num;
  }

  public void setNum(String num) {
    this.num = num;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy