weixin.popular.bean.wxa.Addnearbypoi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weixin-popular Show documentation
Show all versions of weixin-popular Show documentation
The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.
package weixin.popular.bean.wxa;
public class Addnearbypoi {
private String related_name;
private String related_credential;
private String related_address;
private String related_proof_material;
public String getRelated_name() {
return related_name;
}
public void setRelated_name(String related_name) {
this.related_name = related_name;
}
public String getRelated_credential() {
return related_credential;
}
public void setRelated_credential(String related_credential) {
this.related_credential = related_credential;
}
public String getRelated_address() {
return related_address;
}
public void setRelated_address(String related_address) {
this.related_address = related_address;
}
public String getRelated_proof_material() {
return related_proof_material;
}
public void setRelated_proof_material(String related_proof_material) {
this.related_proof_material = related_proof_material;
}
}