public final class SchemaEntry extends NamespacedId
id, namespace| Constructor and Description |
|---|
SchemaEntry(NamespacedId id,
String name,
String description,
SchemaDescriptorType type,
Set<Long> versions,
byte[] specification,
Long current) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCurrent() |
String |
getDescription() |
String |
getName() |
byte[] |
getSpecification() |
SchemaDescriptorType |
getType() |
Set<Long> |
getVersions() |
int |
hashCode() |
getId, getNamespacepublic SchemaEntry(NamespacedId id, String name, String description, SchemaDescriptorType type, Set<Long> versions, @Nullable byte[] specification, @Nullable Long current)
public String getName()
public String getDescription()
public SchemaDescriptorType getType()
@Nullable public byte[] getSpecification()
public boolean equals(Object o)
equals in class NamespacedIdpublic int hashCode()
hashCode in class NamespacedIdCopyright © 2023 CDAP Licensed under the Apache License, Version 2.0.