public class DatasetModuleId extends EntityId implements NamespacedId, ParentedId<NamespaceId>
| Constructor and Description |
|---|
DatasetModuleId(String namespace,
String module) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static DatasetModuleId |
fromIdParts(Iterable<String> idString) |
static DatasetModuleId |
fromString(String string) |
String |
getModule() |
String |
getNamespace() |
NamespaceId |
getParent() |
int |
hashCode() |
Id.DatasetModule |
toId() |
protected Iterable<String> |
toIdParts() |
fromString, fromStringOld, getEntity, getHierarchy, isValidDatasetId, isValidId, next, nextAndEnd, remaining, toStringpublic String getNamespace()
getNamespace in interface NamespacedIdpublic String getModule()
public NamespaceId getParent()
getParent in interface ParentedId<NamespaceId>EntityId of thispublic Id.DatasetModule toId()
toId in interface IdCompatibleId corresponding to thispublic static DatasetModuleId fromIdParts(Iterable<String> idString)
public static DatasetModuleId fromString(String string)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.