| | |
| | | package com.smartor.domain; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.annotation.JsonSubTypes; |
| | | import com.google.gson.Gson; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | * @author ruoyi |
| | | * @date 2023-12-14 |
| | | */ |
| | | @Data |
| | | @ApiModel(value = "IvrLibaTargetoption", description = "指标选项库对象") |
| | | public class IvrLibaTargetoption extends BaseEntity { |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private String targetvalue; |
| | | |
| | | @ApiModelProperty(value = "正则") |
| | | @ApiModelProperty(value = "正则1") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private String targetregex; |
| | | |
| | | @ApiModelProperty(value = "正则2") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private String targetregex2; |
| | | |
| | | |
| | | @Excel(name = "正则关键字集合(含)") |
| | | private String nodynamiccruxsJson; |
| | | |
| | | |
| | | @Excel(name = "正则关键字集合(不含)") |
| | | private String dynamiccruxsJson; |
| | | |
| | | @ApiModelProperty(value = "正则关键字(含)") |
| | | @Excel(name = "正则关键字(含)") |
| | | @JsonFormat |
| | | private List<String> nodynamiccruxs = new ArrayList<>(); |
| | | |
| | | @ApiModelProperty(value = "正则关键字(不含)") |
| | | @Excel(name = "正则关键字(不含)") |
| | | @JsonFormat |
| | | private List<String> dynamiccruxs = new ArrayList<>(); |
| | | |
| | | @ApiModelProperty(value = "选项描述") |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | |
| | | @Excel(name = "pageSize") |
| | | private Integer pageSize; |
| | | |
| | | public Long getTargetoptionid() { |
| | | return targetoptionid; |
| | | } |
| | | |
| | | public void setTargetoptionid(Long targetoptionid) { |
| | | this.targetoptionid = targetoptionid; |
| | | } |
| | | |
| | | public Long getTargetid() { |
| | | return targetid; |
| | | } |
| | | |
| | | public void setTargetid(Long targetid) { |
| | | this.targetid = targetid; |
| | | } |
| | | |
| | | public String getTargettype() { |
| | | return targettype; |
| | | } |
| | | |
| | | public void setTargettype(String targettype) { |
| | | this.targettype = targettype; |
| | | } |
| | | |
| | | public String getCategoryName() { |
| | | return categoryName; |
| | | } |
| | | |
| | | public void setCategoryName(String categoryName) { |
| | | this.categoryName = categoryName; |
| | | } |
| | | |
| | | public String getTargetvalue() { |
| | | return targetvalue; |
| | | } |
| | | |
| | | public void setTargetvalue(String targetvalue) { |
| | | this.targetvalue = targetvalue; |
| | | } |
| | | |
| | | public String getTargetregex() { |
| | | return targetregex; |
| | | } |
| | | |
| | | public void setTargetregex(String targetregex) { |
| | | this.targetregex = targetregex; |
| | | } |
| | | |
| | | public String getTargetregex2() { |
| | | return targetregex2; |
| | | } |
| | | |
| | | public void setTargetregex2(String targetregex2) { |
| | | this.targetregex2 = targetregex2; |
| | | } |
| | | |
| | | public String getNodynamiccruxsJson() { |
| | | return nodynamiccruxsJson; |
| | | } |
| | | |
| | | public void setNodynamiccruxsJson(String nodynamiccruxsJson) { |
| | | this.nodynamiccruxsJson = nodynamiccruxsJson; |
| | | } |
| | | |
| | | public String getDynamiccruxsJson() { |
| | | return dynamiccruxsJson; |
| | | } |
| | | |
| | | public void setDynamiccruxsJson(String dynamiccruxsJson) { |
| | | this.dynamiccruxsJson = dynamiccruxsJson; |
| | | } |
| | | |
| | | public List<String> getNodynamiccruxs() { |
| | | return nodynamiccruxs; |
| | | } |
| | | |
| | | public void setNodynamiccruxs(List<String> nodynamiccruxs) { |
| | | this.nodynamiccruxs = nodynamiccruxs; |
| | | } |
| | | |
| | | public List<String> getDynamiccruxs() { |
| | | return dynamiccruxs; |
| | | } |
| | | |
| | | public void setDynamiccruxs(List<String> dynamiccruxs) { |
| | | this.dynamiccruxs = dynamiccruxs; |
| | | } |
| | | |
| | | public String getOptiondesc() { |
| | | return optiondesc; |
| | | } |
| | | |
| | | public void setOptiondesc(String optiondesc) { |
| | | this.optiondesc = optiondesc; |
| | | } |
| | | |
| | | public String getLanguage() { |
| | | return language; |
| | | } |
| | | |
| | | public void setLanguage(String language) { |
| | | this.language = language; |
| | | } |
| | | |
| | | public Long getVersion() { |
| | | return version; |
| | | } |
| | | |
| | | public void setVersion(Long version) { |
| | | this.version = version; |
| | | } |
| | | |
| | | public String getGroupid() { |
| | | return groupid; |
| | | } |
| | | |
| | | public void setGroupid(String groupid) { |
| | | this.groupid = groupid; |
| | | } |
| | | |
| | | public Long getIsabnormal() { |
| | | return isabnormal; |
| | | } |
| | | |
| | | public void setIsabnormal(Long isabnormal) { |
| | | this.isabnormal = isabnormal; |
| | | } |
| | | |
| | | public Long getWarnup() { |
| | | return warnup; |
| | | } |
| | | |
| | | public void setWarnup(Long warnup) { |
| | | this.warnup = warnup; |
| | | } |
| | | |
| | | public Long getWarndown() { |
| | | return warndown; |
| | | } |
| | | |
| | | public void setWarndown(Long warndown) { |
| | | this.warndown = warndown; |
| | | } |
| | | |
| | | public String getDelFlag() { |
| | | return delFlag; |
| | | } |
| | | |
| | | public void setDelFlag(String delFlag) { |
| | | this.delFlag = delFlag; |
| | | } |
| | | |
| | | public Long getIsupload() { |
| | | return isupload; |
| | | } |
| | | |
| | | public void setIsupload(Long isupload) { |
| | | this.isupload = isupload; |
| | | } |
| | | |
| | | public Date getUploadTime() { |
| | | return uploadTime; |
| | | } |
| | | |
| | | public void setUploadTime(Date uploadTime) { |
| | | this.uploadTime = uploadTime; |
| | | } |
| | | |
| | | public String getOrgid() { |
| | | return orgid; |
| | | } |
| | | |
| | | public void setOrgid(String orgid) { |
| | | this.orgid = orgid; |
| | | } |
| | | |
| | | public Long getPid() { |
| | | return pid; |
| | | } |
| | | |
| | | public void setPid(Long pid) { |
| | | this.pid = pid; |
| | | } |
| | | |
| | | public String getGuid() { |
| | | return guid; |
| | | } |
| | | |
| | | public void setGuid(String guid) { |
| | | this.guid = guid; |
| | | } |
| | | |
| | | public Integer getIsoperation() { |
| | | return isoperation; |
| | | } |
| | | |
| | | public void setIsoperation(Integer isoperation) { |
| | | this.isoperation = isoperation; |
| | | } |
| | | |
| | | public Integer getAllitems() { |
| | | return allitems; |
| | | } |
| | | |
| | | public void setAllitems(Integer allitems) { |
| | | this.allitems = allitems; |
| | | } |
| | | |
| | | public Integer getPageNum() { |
| | | return pageNum; |
| | | } |
| | | |
| | | public void setPageNum(Integer pageNum) { |
| | | this.pageNum = pageNum; |
| | | } |
| | | |
| | | public Integer getPageSize() { |
| | | return pageSize; |
| | | } |
| | | |
| | | public void setPageSize(Integer pageSize) { |
| | | this.pageSize = pageSize; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE).append("targetoptionid", getTargetoptionid()).append("targetid", getTargetid()).append("targettype", getTargettype()).append("categoryName", getCategoryName()).append("targetvalue", getTargetvalue()).append("targetregex", getTargetregex()).append("optiondesc", getOptiondesc()).append("language", getLanguage()).append("version", getVersion()).append("groupid", getGroupid()).append("isabnormal", getIsabnormal()).append("warnup", getWarnup()).append("warndown", getWarndown()).append("delFlag", getDelFlag()).append("updateBy", getUpdateBy()).append("updateTime", getUpdateTime()).append("createBy", getCreateBy()).append("createTime", getCreateTime()).append("isupload", getIsupload()).append("uploadTime", getUploadTime()).append("orgid", getOrgid()).append("pid", getPid()).append("guid", getGuid()).toString(); |