public class MetadataEntry extends Object
| Constructor and Description |
|---|
MetadataEntry(Id.NamespacedId targetId,
String key,
String value) |
MetadataEntry(Id.NamespacedId targetId,
String key,
String value,
String schema) |
public MetadataEntry(Id.NamespacedId targetId, String key, String value)
public MetadataEntry(Id.NamespacedId targetId, String key, String value, @Nullable String schema)
public Id.NamespacedId getTargetId()
public String getKey()
public String getValue()
public String getSchema()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.