public CODE(DIALOG_CODE value) { this.code = value; }
public CODE(DIALOG_CODE value, Activity message) { this.code = value; this.activity = message; }
public CODE(DIALOG_CODE value, Activity message, DialogType dialog) { this.code = value; this.activity = message; this.dialog = dialog; }