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