|  | @@ -7,6 +7,7 @@ import com.ym.mec.common.entity.BaseEntity;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import io.swagger.annotations.ApiModelProperty;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +import lombok.Data;
 | 
	
		
			
				|  |  |  import org.apache.commons.lang3.builder.ToStringBuilder;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import java.math.BigDecimal;
 | 
	
	
		
			
				|  | @@ -15,6 +16,7 @@ import java.util.Date;
 | 
	
		
			
				|  |  |  /**
 | 
	
		
			
				|  |  |   * 对应数据库表(vip_group):
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  | +@Data
 | 
	
		
			
				|  |  |  public class VipGroup extends BaseEntity {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	/**  */
 | 
	
	
		
			
				|  | @@ -150,376 +152,8 @@ public class VipGroup extends BaseEntity {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	private int enableDelete;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -	public Integer getEnableDelete() {
 | 
	
		
			
				|  |  | -		return enableDelete;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setEnableDelete(Integer enableDelete) {
 | 
	
		
			
				|  |  | -		this.enableDelete = enableDelete;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getVipGroupCategoryName() {
 | 
	
		
			
				|  |  | -		return vipGroupCategoryName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setVipGroupCategoryName(String vipGroupCategoryName) {
 | 
	
		
			
				|  |  | -		this.vipGroupCategoryName = vipGroupCategoryName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public BigDecimal getCourseUnitPrice() {
 | 
	
		
			
				|  |  | -		return courseUnitPrice;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setCourseUnitPrice(BigDecimal courseUnitPrice) {
 | 
	
		
			
				|  |  | -		this.courseUnitPrice = courseUnitPrice;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getLastOverTime() {
 | 
	
		
			
				|  |  | -		return lastOverTime;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setLastOverTime(String lastOverTime) {
 | 
	
		
			
				|  |  | -		this.lastOverTime = lastOverTime;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getUserInfo() {
 | 
	
		
			
				|  |  | -		return userInfo;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setUserInfo(String userInfo) {
 | 
	
		
			
				|  |  | -		this.userInfo = userInfo;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getEducationalTeacherName() {
 | 
	
		
			
				|  |  | -		return educationalTeacherName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setEducationalTeacherName(String educationalTeacherName) {
 | 
	
		
			
				|  |  | -		this.educationalTeacherName = educationalTeacherName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getEducationalTeacherId() {
 | 
	
		
			
				|  |  | -		return educationalTeacherId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setEducationalTeacherId(Integer educationalTeacherId) {
 | 
	
		
			
				|  |  | -		this.educationalTeacherId = educationalTeacherId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getSubClassTimes() {
 | 
	
		
			
				|  |  | -		return subClassTimes;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setSubClassTimes(Integer subClassTimes) {
 | 
	
		
			
				|  |  | -		this.subClassTimes = subClassTimes;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getStudentIdList() {
 | 
	
		
			
				|  |  | -		return studentIdList;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setStudentIdList(String studentIdList) {
 | 
	
		
			
				|  |  | -		this.studentIdList = studentIdList;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getCourseSchedulesJson() {
 | 
	
		
			
				|  |  | -		return courseSchedulesJson;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setCourseSchedulesJson(String courseSchedulesJson) {
 | 
	
		
			
				|  |  | -		this.courseSchedulesJson = courseSchedulesJson;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Date getCourseStartDate() {
 | 
	
		
			
				|  |  | -		return courseStartDate;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setCourseStartDate(Date courseStartDate) {
 | 
	
		
			
				|  |  | -		this.courseStartDate = courseStartDate;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getMonthConsumeRate() {
 | 
	
		
			
				|  |  | -		return monthConsumeRate;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setMonthConsumeRate(Integer monthConsumeRate) {
 | 
	
		
			
				|  |  | -		this.monthConsumeRate = monthConsumeRate;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getStopReason() {
 | 
	
		
			
				|  |  | -		return stopReason;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setStopReason(String stopReason) {
 | 
	
		
			
				|  |  | -		this.stopReason = stopReason;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getMemo() {
 | 
	
		
			
				|  |  | -		return memo;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setMemo(String memo) {
 | 
	
		
			
				|  |  | -		this.memo = memo;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getVipGroupActivityName() {
 | 
	
		
			
				|  |  | -		return vipGroupActivityName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setVipGroupActivityName(String vipGroupActivityName) {
 | 
	
		
			
				|  |  | -		this.vipGroupActivityName = vipGroupActivityName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getUserName() {
 | 
	
		
			
				|  |  | -		return userName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setUserName(String userName) {
 | 
	
		
			
				|  |  | -		this.userName = userName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getStudentNum() {
 | 
	
		
			
				|  |  | -		return studentNum;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setStudentNum(Integer studentNum) {
 | 
	
		
			
				|  |  | -		this.studentNum = studentNum;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getTotalClassTimes() {
 | 
	
		
			
				|  |  | -		return totalClassTimes;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setTotalClassTimes(Integer totalClassTimes) {
 | 
	
		
			
				|  |  | -		this.totalClassTimes = totalClassTimes;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getCurrentClassTimes() {
 | 
	
		
			
				|  |  | -		return currentClassTimes;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setCurrentClassTimes(Integer currentClassTimes) {
 | 
	
		
			
				|  |  | -		this.currentClassTimes = currentClassTimes;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public VipGroupStatusEnum getStatus() {
 | 
	
		
			
				|  |  | -		return status;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setStatus(VipGroupStatusEnum status) {
 | 
	
		
			
				|  |  | -		this.status = status;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getVipGroupActivityId() {
 | 
	
		
			
				|  |  | -		return vipGroupActivityId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setVipGroupActivityId(Integer vipGroupActivityId) {
 | 
	
		
			
				|  |  | -		this.vipGroupActivityId = vipGroupActivityId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public AuditStatusEnum getAuditStatus() {
 | 
	
		
			
				|  |  | -		return auditStatus;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setAuditStatus(AuditStatusEnum auditStatus) {
 | 
	
		
			
				|  |  | -		this.auditStatus = auditStatus;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getVipGroupCategoryId() {
 | 
	
		
			
				|  |  | -		return vipGroupCategoryId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setVipGroupCategoryId(Integer vipGroupCategoryId) {
 | 
	
		
			
				|  |  | -		this.vipGroupCategoryId = vipGroupCategoryId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public BigDecimal getOnlineClassesUnitPrice() {
 | 
	
		
			
				|  |  | -		return onlineClassesUnitPrice;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setOnlineClassesUnitPrice(BigDecimal onlineClassesUnitPrice) {
 | 
	
		
			
				|  |  | -		this.onlineClassesUnitPrice = onlineClassesUnitPrice;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public BigDecimal getOfflineClassesUnitPrice() {
 | 
	
		
			
				|  |  | -		return offlineClassesUnitPrice;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setOfflineClassesUnitPrice(BigDecimal offlineClassesUnitPrice) {
 | 
	
		
			
				|  |  | -		this.offlineClassesUnitPrice = offlineClassesUnitPrice;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public BigDecimal getTotalPrice() {
 | 
	
		
			
				|  |  | -		return totalPrice;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setTotalPrice(BigDecimal totalPrice) {
 | 
	
		
			
				|  |  | -		this.totalPrice = totalPrice;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getName() {
 | 
	
		
			
				|  |  | -		return name;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setName(String name) {
 | 
	
		
			
				|  |  | -		this.name = name;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setId(Long id) {
 | 
	
		
			
				|  |  | -		this.id = id;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Long getId() {
 | 
	
		
			
				|  |  | -		return this.id;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setUserId(Integer userId) {
 | 
	
		
			
				|  |  | -		this.userId = userId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getUserId() {
 | 
	
		
			
				|  |  | -		return this.userId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setSingleClassMinutes(Integer singleClassMinutes) {
 | 
	
		
			
				|  |  | -		this.singleClassMinutes = singleClassMinutes;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getSingleClassMinutes() {
 | 
	
		
			
				|  |  | -		return this.singleClassMinutes;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setPaymentExpireDate(java.util.Date paymentExpireDate) {
 | 
	
		
			
				|  |  | -		this.paymentExpireDate = paymentExpireDate;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public java.util.Date getPaymentExpireDate() {
 | 
	
		
			
				|  |  | -		return this.paymentExpireDate;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setCoursesExpireDate(java.util.Date coursesExpireDate) {
 | 
	
		
			
				|  |  | -		this.coursesExpireDate = coursesExpireDate;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public java.util.Date getCoursesExpireDate() {
 | 
	
		
			
				|  |  | -		return this.coursesExpireDate;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setCreateTime(java.util.Date createTime) {
 | 
	
		
			
				|  |  | -		this.createTime = createTime;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public java.util.Date getCreateTime() {
 | 
	
		
			
				|  |  | -		return this.createTime;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setUpdateTime(java.util.Date updateTime) {
 | 
	
		
			
				|  |  | -		this.updateTime = updateTime;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public java.util.Date getUpdateTime() {
 | 
	
		
			
				|  |  | -		return this.updateTime;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setTeacherSchoolId(Integer teacherSchoolId) {
 | 
	
		
			
				|  |  | -		this.teacherSchoolId = teacherSchoolId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getTeacherSchoolId() {
 | 
	
		
			
				|  |  | -		return this.teacherSchoolId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setOnlineClassesNum(Integer onlineClassesNum) {
 | 
	
		
			
				|  |  | -		this.onlineClassesNum = onlineClassesNum;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getOnlineClassesNum() {
 | 
	
		
			
				|  |  | -		return this.onlineClassesNum;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setOfflineClassesNum(Integer offlineClassesNum) {
 | 
	
		
			
				|  |  | -		this.offlineClassesNum = offlineClassesNum;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getOfflineClassesNum() {
 | 
	
		
			
				|  |  | -		return this.offlineClassesNum;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Date getRegistrationStartTime() {
 | 
	
		
			
				|  |  | -		return registrationStartTime;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setRegistrationStartTime(Date registrationStartTime) {
 | 
	
		
			
				|  |  | -		this.registrationStartTime = registrationStartTime;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getOrganIdList() {
 | 
	
		
			
				|  |  | -		return organIdList;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setOrganIdList(String organIdList) {
 | 
	
		
			
				|  |  | -		this.organIdList = organIdList;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public TeachModeEnum getGiveTeachMode() {
 | 
	
		
			
				|  |  | -		return giveTeachMode;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setGiveTeachMode(TeachModeEnum giveTeachMode) {
 | 
	
		
			
				|  |  | -		this.giveTeachMode = giveTeachMode;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public Integer getOrganId() {
 | 
	
		
			
				|  |  | -		return organId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setOrganId(Integer organId) {
 | 
	
		
			
				|  |  | -		this.organId = organId;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  	@Override
 | 
	
		
			
				|  |  |  	public String toString() {
 | 
	
		
			
				|  |  |  		return ToStringBuilder.reflectionToString(this);
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getOrganName() {
 | 
	
		
			
				|  |  | -		return organName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setOrganName(String organName) {
 | 
	
		
			
				|  |  | -		this.organName = organName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getSchoolName() {
 | 
	
		
			
				|  |  | -		return schoolName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setSchoolName(String schoolName) {
 | 
	
		
			
				|  |  | -		this.schoolName = schoolName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getSubjectName() {
 | 
	
		
			
				|  |  | -		return subjectName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setSubjectName(String subjectName) {
 | 
	
		
			
				|  |  | -		this.subjectName = subjectName;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getGroupType() {
 | 
	
		
			
				|  |  | -		return groupType;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setGroupType(String groupType) {
 | 
	
		
			
				|  |  | -		this.groupType = groupType;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public String getLiveConfigJson() {
 | 
	
		
			
				|  |  | -		return liveConfigJson;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -	public void setLiveConfigJson(String liveConfigJson) {
 | 
	
		
			
				|  |  | -		this.liveConfigJson = liveConfigJson;
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  |  }
 |