public class FpeConstraints extends Object
Constructor and Description |
---|
FpeConstraints() |
Modifier and Type | Method and Description |
---|---|
FpeConstraints |
addNumNeItem(Integer numNeItem) |
FpeConstraints |
appliesTo(Object appliesTo) |
FpeConstraints |
date(Object date) |
boolean |
equals(Object o) |
Object |
getAppliesTo()
The subparts to apply the constraints to.
|
Object |
getDate()
Specifies that this portion is supposed to represent a date, or part of one.
|
Boolean |
getLuhnCheck()
Whether the token should satisfy the Luhn checksum.
|
Integer |
getNumGt()
Number that the token part should be greater than.
|
Integer |
getNumLt()
Number that the token part should be smaller than.
|
List<Integer> |
getNumNe()
Numbers that the token part should not be equal to.
|
int |
hashCode() |
FpeConstraints |
luhnCheck(Boolean luhnCheck) |
FpeConstraints |
numGt(Integer numGt) |
FpeConstraints |
numLt(Integer numLt) |
FpeConstraints |
numNe(List<Integer> numNe) |
void |
setAppliesTo(Object appliesTo) |
void |
setDate(Object date) |
void |
setLuhnCheck(Boolean luhnCheck) |
void |
setNumGt(Integer numGt) |
void |
setNumLt(Integer numLt) |
void |
setNumNe(List<Integer> numNe) |
String |
toString() |
public FpeConstraints luhnCheck(Boolean luhnCheck)
public Boolean getLuhnCheck()
public void setLuhnCheck(Boolean luhnCheck)
public FpeConstraints numGt(Integer numGt)
public Integer getNumGt()
public void setNumGt(Integer numGt)
public FpeConstraints numLt(Integer numLt)
public Integer getNumLt()
public void setNumLt(Integer numLt)
public FpeConstraints numNe(List<Integer> numNe)
public FpeConstraints addNumNeItem(Integer numNeItem)
public List<Integer> getNumNe()
public FpeConstraints date(Object date)
public Object getDate()
public void setDate(Object date)
public FpeConstraints appliesTo(Object appliesTo)
public Object getAppliesTo()
public void setAppliesTo(Object appliesTo)
Copyright © 2017-2025 Fortanix Inc. All Rights Reserved