Lezen in het Engels

Delen via


LogFileListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.models.LogFileListResult

public final class LogFileListResult

A list of log files.

Constructor Summary

Constructor Description
LogFileListResult()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<LogFileInner> value()

Get the value property: The list of log files.

LogFileListResult withValue(List<LogFileInner> value)

Set the value property: The list of log files.

Methods inherited from java.lang.Object

Constructor Details

LogFileListResult

public LogFileListResult()

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of log files.

Returns:

the value value.

withValue

public LogFileListResult withValue(List value)

Set the value property: The list of log files.

Parameters:

value - the value value to set.

Returns:

the LogFileListResult object itself.

Applies to

Azure SDK for Java

Latest