LogFileUrlResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. fluent. models. LogFileUrlResponseInner
- com.
Implements
public final class LogFileUrlResponseInner
implements JsonSerializable<LogFileUrlResponseInner>
Log file URL payload.
Constructor Summary
Constructor | Description |
---|---|
LogFileUrlResponseInner() |
Creates an instance of Log |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Log |
fromJson(JsonReader jsonReader)
Reads an instance of Log |
Json |
toJson(JsonWriter jsonWriter) |
String |
url()
Get the url property: URL of the log file. |
void |
validate()
Validates the instance. |
Log |
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
fromJson
public static LogFileUrlResponseInner fromJson(JsonReader jsonReader)
Reads an instance of LogFileUrlResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
url
public String url()
Get the url property: URL of the log file.
Returns:
validate
public void validate()
Validates the instance.
withUrl
public LogFileUrlResponseInner withUrl(String url)
Set the url property: URL of the log file.
Parameters:
Returns:
Applies to
Azure SDK for Java