Class BIRInfo.BIRInfoBuilder
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.entity.BIRInfo.BIRInfoBuilder
-
-
Constructor Summary
Constructors Constructor Description BIRInfoBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BIRInfobuild()BIRInfo.BIRInfoBuilderwithCreationDate(LocalDateTime creationDate)BIRInfo.BIRInfoBuilderwithCreator(String creator)BIRInfo.BIRInfoBuilderwithIndex(String index)BIRInfo.BIRInfoBuilderwithIntegrity(Boolean integrity)BIRInfo.BIRInfoBuilderwithNotValidAfter(LocalDateTime notValidAfter)BIRInfo.BIRInfoBuilderwithNotValidBefore(LocalDateTime notValidBefore)BIRInfo.BIRInfoBuilderwithPayload(byte[] payload)
-
-
-
Method Detail
-
withCreator
public BIRInfo.BIRInfoBuilder withCreator(String creator)
-
withIndex
public BIRInfo.BIRInfoBuilder withIndex(String index)
-
withPayload
public BIRInfo.BIRInfoBuilder withPayload(byte[] payload)
-
withIntegrity
public BIRInfo.BIRInfoBuilder withIntegrity(Boolean integrity)
-
withCreationDate
public BIRInfo.BIRInfoBuilder withCreationDate(LocalDateTime creationDate)
-
withNotValidBefore
public BIRInfo.BIRInfoBuilder withNotValidBefore(LocalDateTime notValidBefore)
-
withNotValidAfter
public BIRInfo.BIRInfoBuilder withNotValidAfter(LocalDateTime notValidAfter)
-
build
public BIRInfo build()
-
-