Class RbelFileSaveInfo
- java.lang.Object
-
- de.gematik.rbellogger.configuration.RbelFileSaveInfo
-
public class RbelFileSaveInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRbelFileSaveInfo.RbelFileSaveInfoBuilder
-
Constructor Summary
Constructors Constructor Description RbelFileSaveInfo()RbelFileSaveInfo(boolean writeToFile, String filename, boolean clearFileOnBoot)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RbelFileSaveInfo.RbelFileSaveInfoBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetFilename()inthashCode()booleanisClearFileOnBoot()booleanisWriteToFile()voidsetClearFileOnBoot(boolean clearFileOnBoot)voidsetFilename(String filename)voidsetWriteToFile(boolean writeToFile)StringtoString()
-
-
-
Constructor Detail
-
RbelFileSaveInfo
public RbelFileSaveInfo()
-
RbelFileSaveInfo
@ConstructorProperties({"writeToFile","filename","clearFileOnBoot"}) public RbelFileSaveInfo(boolean writeToFile, String filename, boolean clearFileOnBoot)
-
-
Method Detail
-
builder
public static RbelFileSaveInfo.RbelFileSaveInfoBuilder builder()
-
isWriteToFile
public boolean isWriteToFile()
-
getFilename
public String getFilename()
-
isClearFileOnBoot
public boolean isClearFileOnBoot()
-
setWriteToFile
public void setWriteToFile(boolean writeToFile)
-
setFilename
public void setFilename(String filename)
-
setClearFileOnBoot
public void setClearFileOnBoot(boolean clearFileOnBoot)
-
canEqual
protected boolean canEqual(Object other)
-
-