package com.tencent.hq.qq.entity; public class FaceText { public String text; public FaceText(String text) { super(); this.text = text; } }