public class BrowseEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BrowseEntity.Builder
Builder for
BrowseEntity |
Modifier and Type | Method and Description |
---|---|
static BrowseEntity.Builder |
builder(String name,
String path,
String type)
Get the builder to build this object
|
boolean |
canBrowse() |
boolean |
canSample() |
boolean |
equals(Object o) |
String |
getName() |
String |
getPath() |
Map<String,BrowseEntityPropertyValue> |
getProperties() |
String |
getType() |
int |
hashCode() |
public String getName()
public String getPath()
public String getType()
public boolean canSample()
public boolean canBrowse()
public Map<String,BrowseEntityPropertyValue> getProperties()
public static BrowseEntity.Builder builder(String name, String path, String type)
Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.