java.lang.Object
com.microsoft.azure.management.containerregistry.SetValue

public class SetValue extends Object
The properties of a overridable value that can be passed to a task template.
  • Constructor Details

    • SetValue

      public SetValue()
  • Method Details

    • name

      public String name()
      Get the name of the overridable value.
      Returns:
      the name value
    • withName

      public SetValue withName(String name)
      Set the name of the overridable value.
      Parameters:
      name - the name value to set
      Returns:
      the SetValue object itself.
    • value

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

      public SetValue withValue(String value)
      Set the overridable value.
      Parameters:
      value - the value value to set
      Returns:
      the SetValue object itself.
    • isSecret

      public Boolean isSecret()
      Get flag to indicate whether the value represents a secret or not.
      Returns:
      the isSecret value
    • withIsSecret

      public SetValue withIsSecret(Boolean isSecret)
      Set flag to indicate whether the value represents a secret or not.
      Parameters:
      isSecret - the isSecret value to set
      Returns:
      the SetValue object itself.