Class LogFileUrlResponseInner

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

public final class LogFileUrlResponseInner extends Object
Log file URL payload.
  • 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.
    • 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.