Class DiagnosticDataProviderMetadataPropertyBagItem

java.lang.Object
com.azure.resourcemanager.appcontainers.models.DiagnosticDataProviderMetadataPropertyBagItem

public final class DiagnosticDataProviderMetadataPropertyBagItem extends Object
Property details.
  • Constructor Details

    • DiagnosticDataProviderMetadataPropertyBagItem

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

    • name

      public String name()
      Get the name property: Property name.
      Returns:
      the name value.
    • withName

      Set the name property: Property name.
      Parameters:
      name - the name value to set.
      Returns:
      the DiagnosticDataProviderMetadataPropertyBagItem object itself.
    • value

      public String value()
      Get the value property: Property value.
      Returns:
      the value value.
    • withValue

      Set the value property: Property value.
      Parameters:
      value - the value value to set.
      Returns:
      the DiagnosticDataProviderMetadataPropertyBagItem object itself.
    • validate

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