LogFileUrlResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.fluent.models.LogFileUrlResponseInner

public final class LogFileUrlResponseInner

Log file URL payload.

Constructor Summary

Constructor Description
LogFileUrlResponseInner()

Creates an instance of LogFileUrlResponseInner class.

Method Summary

Modifier and Type Method and Description
String url()

Get the url property: URL of the log file.

void validate()

Validates the instance.

LogFileUrlResponseInner withUrl(String url)

Set the url property: URL of the log file.

Methods inherited from java.lang.Object

Constructor Details

LogFileUrlResponseInner

public LogFileUrlResponseInner()

Creates an instance of LogFileUrlResponseInner class.

Method Details

url

public String url()

Get the url property: URL of the log file.

Returns:

the url value.

validate

public void validate()

Validates the instance.

withUrl

public LogFileUrlResponseInner withUrl(String url)

Set the url property: URL of the log file.

Parameters:

url - the url value to set.

Returns:

the LogFileUrlResponseInner object itself.

Applies to