Class LogConfiguration

java.lang.Object
com.soffid.iam.sync.api.LogConfiguration
All Implemented Interfaces:
Serializable

public class LogConfiguration extends Object implements Serializable
ValueObject LogConfiguration
See Also:
  • Constructor Details

    • LogConfiguration

      public LogConfiguration()
    • LogConfiguration

      public LogConfiguration(String name, boolean debug, long numRows, long maxFiles)
    • LogConfiguration

      public LogConfiguration(LogConfiguration otherBean)
  • Method Details

    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      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

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object