package com.yeshi.push.entity; public class PushApps { private PushAppInfo xm; private PushAppInfo hw; private PushAppInfo meizu; private PushAppInfo vivo; private PushAppInfo oppo; public PushAppInfo getXm() { return xm; } public void setXm(PushAppInfo xm) { this.xm = xm; } public PushAppInfo getHw() { return hw; } public void setHw(PushAppInfo hw) { this.hw = hw; } public PushAppInfo getMeizu() { return meizu; } public void setMeizu(PushAppInfo meizu) { this.meizu = meizu; } public PushAppInfo getVivo() { return vivo; } public void setVivo(PushAppInfo vivo) { this.vivo = vivo; } public PushAppInfo getOppo() { return oppo; } public void setOppo(PushAppInfo oppo) { this.oppo = oppo; } }