Package com.soffid.iam.sync.api
Class LogConfiguration
java.lang.Object
com.soffid.iam.sync.api.LogConfiguration
- All Implemented Interfaces:
Serializable
ValueObject LogConfiguration
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogConfiguration(LogConfiguration otherBean) LogConfiguration(String name, boolean debug, long numRows, long maxFiles) -
Method Summary
Modifier and TypeMethodDescriptionlongGets value for attribute maxFilesgetName()Gets value for attribute namelongGets value for attribute numRowsbooleanisDebug()Gets value for attribute debugvoidsetDebug(boolean debug) Sets value for attribute debugvoidsetMaxFiles(long maxFiles) Sets value for attribute maxFilesvoidSets value for attribute namevoidsetNumRows(long numRows) Sets value for attribute numRowstoString()Returns a string representation of the value object.
-
Constructor Details
-
LogConfiguration
public LogConfiguration() -
LogConfiguration
-
LogConfiguration
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
isDebug
public boolean isDebug()Gets value for attribute debug -
setDebug
public void setDebug(boolean debug) Sets value for attribute debug -
getNumRows
public long getNumRows()Gets value for attribute numRows -
setNumRows
public void setNumRows(long numRows) Sets value for attribute numRows -
getMaxFiles
public long getMaxFiles()Gets value for attribute maxFiles -
setMaxFiles
public void setMaxFiles(long maxFiles) Sets value for attribute maxFiles -
toString
Returns a string representation of the value object.
-