Class LogFileListResult
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.LogFileListResult
-
public final class LogFileListResult extends Object
A list of log files.
-
-
Constructor Summary
Constructors Constructor Description LogFileListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<LogFileInner>value()Get the value property: The list of log files.LogFileListResultwithValue(List<LogFileInner> value)Set the value property: The list of log files.
-
-
-
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.
-
-