public class ParamFilterModel extends Object implements Serializable
| 构造器和说明 |
|---|
ParamFilterModel() |
ParamFilterModel(String filterType,
String[] params) |
public String getFilterType()
public void setFilterType(String filterType)
public Object[] getValues()
public void setValues(Object[] values)
public String[] getParams()
public void setParams(String[] params)
params - the params to setpublic String getNumberType()
public void setNumberType(String numberType)
numberType - the numberType to setpublic void addExclude(String excludeParam)
excludeParam - the excludesMap to setpublic Double getIncrementTime()
public void setIncrementTime(Double incrementTime)
incrementTime - the incrementTime to setpublic TimeUnit getTimeUnit()
public void setTimeUnit(TimeUnit timeUnit)
timeUnit - the incrementUnit to setpublic String getDataType()
public void setDataType(String dataType)
dataType - the dataType to setpublic String getFormat()
public void setFormat(String format)
format - the format to setpublic String getSplit()
public void setSplit(String split)
split - the split to setpublic String getRegex()
public void setRegex(String regex)
regex - the regex to setpublic boolean isFirst()
public void setFirst(boolean isFirst)
isFirst - the isFirst to setpublic String getParam()
public void setParam(String param)
param - the param to setpublic String[] getUpdateParams()
public void setUpdateParams(String[] updateParams)
updateParams - the updateParams to setpublic String getUpdateValue()
public void setUpdateValue(String updateValue)
updateValue - the updateValue to setpublic String getCompareType()
public void setCompareType(String compareType)
compareType - the compareType to setpublic String[] getCompareValues()
public void setCompareValues(String[] compareValues)
compareValues - the compareValues to setpublic String getCacheName()
public void setCacheName(String cacheName)
cacheName - the cacheName to setpublic String getCacheType()
public void setCacheType(String cacheType)
cacheType - the cacheType to setpublic String getAliasName()
public void setAliasName(String aliasName)
aliasName - the aliasName to setpublic int[] getCacheMappingIndexes()
public void setCacheMappingIndexes(int[] cacheMappingIndexes)
cacheMappingIndexes - the cacheMappingIndexes to setpublic int getCacheMappingMax()
public void setCacheMappingMax(int cacheMappingMax)
cacheMappingMax - the cacheMappingMax to setpublic CacheFilterModel[] getCacheFilters()
public void setCacheFilters(CacheFilterModel[] cacheFilters)
cacheFilters - the cacheFilters to setpublic boolean isSingleQuote()
public void setSingleQuote(boolean singleQuote)
singleQuote - the singleQuote to setpublic String getCacheNotMatchedValue()
public void setCacheNotMatchedValue(String cacheNotMatchedValue)
cacheNotMatchedValue - the cacheNotMatchedValue to setpublic String getType()
public void setType(String type)
type - the type to setpublic int getCacheKeyIndex()
public void setCacheKeyIndex(int cacheKeyIndex)
cacheKeyIndex - the cacheKeyIndex to setpublic boolean isPriorMatchEqual()
public void setPriorMatchEqual(boolean priorMatchEqual)
public boolean isCacheNotMatchedReturnSelf()
public void setCacheNotMatchedReturnSelf(boolean cacheNotMatchedReturnSelf)
public String getAddQuote()
public void setAddQuote(String addQuote)
public Boolean getIsArray()
public void setIsArray(Boolean isArray)
Copyright © 2023. All rights reserved.