Class UserProperty
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.UserProperty
-
public final class UserProperty extends Object
User property.
-
-
Constructor Summary
Constructors Constructor Description UserProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: User property name.void
validate()
Validates the instance.Object
value()
Get the value property: User property value.UserProperty
withName(String name)
Set the name property: User property name.UserProperty
withValue(Object value)
Set the value property: User property value.
-
-
-
Method Detail
-
name
public String name()
Get the name property: User property name.- Returns:
- the name value.
-
withName
public UserProperty withName(String name)
Set the name property: User property name.- Parameters:
name
- the name value to set.- Returns:
- the UserProperty object itself.
-
value
public Object value()
Get the value property: User property value. Type: string (or Expression with resultType string).- Returns:
- the value value.
-
withValue
public UserProperty withValue(Object value)
Set the value property: User property value. Type: string (or Expression with resultType string).- Parameters:
value
- the value value to set.- Returns:
- the UserProperty object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-