类 SecureMask
- java.lang.Object
-
- org.sagacity.sqltoy.config.model.SecureMask
-
- 所有已实现的接口:
Serializable
public class SecureMask extends Object implements Serializable
- 版本:
- v1.0,Date:2017年9月8日
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 SecureMask()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetColumn()intgetHeadSize()StringgetMaskCode()intgetMaskRate()intgetTailSize()StringgetType()voidsetColumn(String column)voidsetHeadSize(int headSize)voidsetMaskCode(String maskCode)voidsetMaskRate(int maskRate)voidsetTailSize(int tailSize)voidsetType(String type)
-
-
-
方法详细资料
-
getColumn
public String getColumn()
- 返回:
- the column
-
setColumn
public void setColumn(String column)
- 参数:
column- the column to set
-
getType
public String getType()
- 返回:
- the type
-
setType
public void setType(String type)
- 参数:
type- the type to set
-
getHeadSize
public int getHeadSize()
- 返回:
- the headSize
-
setHeadSize
public void setHeadSize(int headSize)
- 参数:
headSize- the headSize to set
-
getTailSize
public int getTailSize()
- 返回:
- the tailSize
-
setTailSize
public void setTailSize(int tailSize)
- 参数:
tailSize- the tailSize to set
-
getMaskCode
public String getMaskCode()
- 返回:
- the maskCode
-
setMaskCode
public void setMaskCode(String maskCode)
- 参数:
maskCode- the maskCode to set
-
getMaskRate
public int getMaskRate()
- 返回:
- the maskRate
-
setMaskRate
public void setMaskRate(int maskRate)
- 参数:
maskRate- the maskRate to set
-
-