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

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

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

public class Email {

  private String label;
  private String type;
  private String email;

  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 getEmail() {
    return email;
  }

  public void setEmail(String email) {
    this.email = email;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy