MetadataItem
Class
定义
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.
public class MetadataItem
- 继承
-
java.lang.ObjectMetadataItem
方法
name() |
Get the name value.
|
value() |
Get the value value.
|
withName(String name) |
Set the name value.
|
withValue(String value) |
Set the value value.
|