public final class MetadataPair extends Object implements Describable<MetadataPair>
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataPair.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static MetadataPair.DescriptorImpl |
DESCRIPOR |
String |
key
The key of the user metadata pair to tag an upload with.
|
String |
value
The key of the user metadata pair to tag an upload with.
|
| Constructor and Description |
|---|
MetadataPair(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Descriptor<MetadataPair> |
getDescriptor() |
public String key
public String value
@Extension public static final MetadataPair.DescriptorImpl DESCRIPOR
public Descriptor<MetadataPair> getDescriptor()
getDescriptor in interface Describable<MetadataPair>Copyright © 2016–2021. All rights reserved.