| Modifier and Type | Class and Description |
|---|---|
static class |
WorkspaceMeta.Builder<T extends WorkspaceMeta.Builder>
Creates a WorkspaceMeta instance.
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkspaceMeta(String name,
String scope,
DataType type,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceMeta.Builder |
builder(String name) |
boolean |
equals(Object o) |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getScope() |
DataType |
getType() |
int |
hashCode() |
public String getName()
public String getScope()
public DataType getType()
public static WorkspaceMeta.Builder builder(String name)
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.