Class LogFileListResult

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.models.LogFileListResult

public final class LogFileListResult extends Object
A List of logFiles.
  • Constructor Details

    • LogFileListResult

      public LogFileListResult()
      Creates an instance of LogFileListResult class.
  • Method Details

    • value

      public List<LogFileInner> value()
      Get the value property: The list of logFiles in a server.
      Returns:
      the value value.
    • withValue

      public LogFileListResult withValue(List<LogFileInner> value)
      Set the value property: The list of logFiles in a server.
      Parameters:
      value - the value value to set.
      Returns:
      the LogFileListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of operations.
      Returns:
      the nextLink value.
    • withNextLink

      public LogFileListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of operations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the LogFileListResult object itself.
    • validate

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