Class LogFileListResult


  • public final class LogFileListResult
    extends Object
    A list of log files.
    • Constructor Detail

      • LogFileListResult

        public LogFileListResult()
    • Method Detail

      • value

        public List<LogFileInner> value()
        Get the value property: The list of log files.
        Returns:
        the value value.
      • withValue

        public LogFileListResult withValue​(List<LogFileInner> value)
        Set the value property: The list of log files.
        Parameters:
        value - the value value to set.
        Returns:
        the LogFileListResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.