public class SecureMask extends Object implements Serializable
| 构造器和说明 |
|---|
SecureMask() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumn() |
int |
getHeadSize() |
String |
getMaskCode() |
int |
getMaskRate() |
int |
getTailSize() |
String |
getType() |
void |
setColumn(String column) |
void |
setHeadSize(int headSize) |
void |
setMaskCode(String maskCode) |
void |
setMaskRate(int maskRate) |
void |
setTailSize(int tailSize) |
void |
setType(String type) |
public String getColumn()
public void setColumn(String column)
column - the column to setpublic String getType()
public void setType(String type)
type - the type to setpublic int getHeadSize()
public void setHeadSize(int headSize)
headSize - the headSize to setpublic int getTailSize()
public void setTailSize(int tailSize)
tailSize - the tailSize to setpublic String getMaskCode()
public void setMaskCode(String maskCode)
maskCode - the maskCode to setpublic int getMaskRate()
public void setMaskRate(int maskRate)
maskRate - the maskRate to setCopyright © 2023. All rights reserved.