public class SchemaDescriptor extends Object
| Constructor and Description |
|---|
SchemaDescriptor(NamespacedId id,
String name,
String description,
SchemaDescriptorType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
NamespacedId |
getId() |
String |
getName() |
SchemaDescriptorType |
getType() |
public SchemaDescriptor(NamespacedId id, String name, String description, SchemaDescriptorType type)
public NamespacedId getId()
public String getName()
public String getDescription()
public SchemaDescriptorType getType()
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.