weixin.popular.bean.datacube.interfaces.Interfacesummary 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.
The newest version!
package weixin.popular.bean.datacube.interfaces;
public class Interfacesummary {
private String ref_date;
private Integer ref_hour;
private Integer callback_count;
private Integer fail_count;
private Integer total_time_cost;
private Integer max_time_cost;
public String getRef_date() {
return ref_date;
}
public void setRef_date(String ref_date) {
this.ref_date = ref_date;
}
public Integer getRef_hour() {
return ref_hour;
}
public void setRef_hour(Integer ref_hour) {
this.ref_hour = ref_hour;
}
public Integer getCallback_count() {
return callback_count;
}
public void setCallback_count(Integer callback_count) {
this.callback_count = callback_count;
}
public Integer getFail_count() {
return fail_count;
}
public void setFail_count(Integer fail_count) {
this.fail_count = fail_count;
}
public Integer getTotal_time_cost() {
return total_time_cost;
}
public void setTotal_time_cost(Integer total_time_cost) {
this.total_time_cost = total_time_cost;
}
public Integer getMax_time_cost() {
return max_time_cost;
}
public void setMax_time_cost(Integer max_time_cost) {
this.max_time_cost = max_time_cost;
}
}