Class LogFileUrlResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.fluent.models.LogFileUrlResponseInner
-
public final class LogFileUrlResponseInner extends Object
Log file URL payload.
-
-
Constructor Summary
Constructors Constructor Description LogFileUrlResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringurl()Get the url property: URL of the log file.voidvalidate()Validates the instance.LogFileUrlResponseInnerwithUrl(String url)Set the url property: URL of the log file.
-
-
-
Method Detail
-
url
public String url()
Get the url property: URL of the log file.- Returns:
- the url value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-