Class ApiResourceGeneralInformation

java.lang.Object
com.azure.resourcemanager.logic.models.ApiResourceGeneralInformation

public final class ApiResourceGeneralInformation extends Object
The API general information.
  • Constructor Details

    • ApiResourceGeneralInformation

      public ApiResourceGeneralInformation()
      Creates an instance of ApiResourceGeneralInformation class.
  • Method Details

    • iconUrl

      public String iconUrl()
      Get the iconUrl property: The icon url.
      Returns:
      the iconUrl value.
    • withIconUrl

      public ApiResourceGeneralInformation withIconUrl(String iconUrl)
      Set the iconUrl property: The icon url.
      Parameters:
      iconUrl - the iconUrl value to set.
      Returns:
      the ApiResourceGeneralInformation object itself.
    • displayName

      public String displayName()
      Get the displayName property: The display name.
      Returns:
      the displayName value.
    • withDisplayName

      public ApiResourceGeneralInformation withDisplayName(String displayName)
      Set the displayName property: The display name.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the ApiResourceGeneralInformation object itself.
    • description

      public String description()
      Get the description property: The description.
      Returns:
      the description value.
    • withDescription

      public ApiResourceGeneralInformation withDescription(String description)
      Set the description property: The description.
      Parameters:
      description - the description value to set.
      Returns:
      the ApiResourceGeneralInformation object itself.
    • termsOfUseUrl

      public String termsOfUseUrl()
      Get the termsOfUseUrl property: The terms of use url.
      Returns:
      the termsOfUseUrl value.
    • withTermsOfUseUrl

      public ApiResourceGeneralInformation withTermsOfUseUrl(String termsOfUseUrl)
      Set the termsOfUseUrl property: The terms of use url.
      Parameters:
      termsOfUseUrl - the termsOfUseUrl value to set.
      Returns:
      the ApiResourceGeneralInformation object itself.
    • releaseTag

      public String releaseTag()
      Get the releaseTag property: The release tag.
      Returns:
      the releaseTag value.
    • withReleaseTag

      public ApiResourceGeneralInformation withReleaseTag(String releaseTag)
      Set the releaseTag property: The release tag.
      Parameters:
      releaseTag - the releaseTag value to set.
      Returns:
      the ApiResourceGeneralInformation object itself.
    • tier

      public ApiTier tier()
      Get the tier property: The tier.
      Returns:
      the tier value.
    • withTier

      public ApiResourceGeneralInformation withTier(ApiTier tier)
      Set the tier property: The tier.
      Parameters:
      tier - the tier value to set.
      Returns:
      the ApiResourceGeneralInformation object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.