Class MetadataItem
java.lang.Object
com.microsoft.azure.management.batch.MetadataItem
A name-value pair associated with a Batch service resource.
The Batch service does not assign any meaning to this metadata; it is solely
for the use of user code.
-
Constructor Details
-
MetadataItem
public MetadataItem()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the MetadataItem object itself.
-
value
Get the value value.- Returns:
- the value value
-
withValue
Set the value value.- Parameters:
value
- the value value to set- Returns:
- the MetadataItem object itself.
-